Html Css Color HEX #01342C Dark Green

📋 copy color: '#01342C'

red 1 ◦ green 52 ◦ blue 44

#01342C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #01342C

Tints of Dark Green #01342C

RGB

 RED value IS 1 (0.78% from 255) = 1.03%

 GREEN value IS 52 (20.7% from 255) = 53.61%

 BLUE value IS 44 (17.58% from 255) = 45.36%

R = 1.03%
G = 53.61%
B = 45.36%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.15

 K value IS 0.80

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#01342C (or 0x01342C) is known color: Dark Green. HEX triplet: 01, 34 and 2C. RGB value is (1,52,44). Sum of RGB (Red+Green+Blue) = 1+52+44=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 52 (20.70% from 255 or 53.61% from 97); Blue value is 44 (17.58% from 255 or 45.36% from 97); Max value from RGB is 52 - color contains mainly: green. Hex color #01342C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01342C is #FECBD3. Grayscale: #232323. Windows color (decimal): -16698324 or 2896897. OLE color: 2896897.

HSL color Cylindrical-coordinate representation of color #01342C: hue angle of 170.59º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01342C is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.80.

Color convert

RGB 1 52 44 -
CMYK 0.98 0 0.15 0.80
HSL 170.59º 0.96% 0.1% -
HSV(B) 170.59º 0.98% 0.2% -
XYZ 1.7 2.64 2.8 -
YUV 35.84 132.6 103.15 -
System Red Green Blue C M Y K H S L
Decimal 1 52 44 0.98 0 0.15 0.80 170.59 0.96 0.1
Hex 1 34 2C 62 0 F 50 AB 60 A
Octal 1 64 54 142 0 17 120 253 140 12
Binary 1 110100 101100 1100010 0 1111 1010000 10101011 1100000 1010

Color Harmonies of #01342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01342C

Black with #01342C

Text Example


Text Example

White with #01342C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01342C; }

 p { color: rgb(1,52,44); }

 H1.HeaderClassName
 {
   color: #01342C;
 }
 .AnyTagClassName
 {
   color: #01342C;
 }
</style>

background-color css

<style>
 a { background-color: #01342C; }

 a { background-color: rgb(1,52,44); }

 div.DivClassName
 {
   background-color: #01342C;
 }
 .BgClassName
 {
   background-color: #01342C;
 }
</style>

border-color css

<style>
 span { border-color: #01342C; }

 span { border-color: rgb(1,52,44); }

 td.TdClassName
 {
   border-color: #01342C;
 }
 .TagClassName
 {
   border-color: #01342C;
 }
</style>