Html Css Color HEX #062C1C Dark Green

📋 copy color: '#062C1C'

red 6 ◦ green 44 ◦ blue 28

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

Shades of Dark Green #062C1C

Tints of Dark Green #062C1C

RGB

 RED value IS 6 (2.73% from 255) = 7.69%

 GREEN value IS 44 (17.58% from 255) = 56.41%

 BLUE value IS 28 (11.33% from 255) = 35.9%

R = 7.69%
G = 56.41%
B = 35.9%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.36

 K value IS 0.83

RGB Variations

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

Color information

#062C1C (or 0x062C1C) is known color: Dark Green. HEX triplet: 06, 2C and 1C. RGB value is (6,44,28). Sum of RGB (Red+Green+Blue) = 6+44+28=78 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.69% from 78); Green value is 44 (17.58% from 255 or 56.41% from 78); Blue value is 28 (11.33% from 255 or 35.90% from 78); Max value from RGB is 44 - color contains mainly: green. Hex color #062C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062C1C is #F9D3E3. Grayscale: #1E1E1E. Windows color (decimal): -16372708 or 1846278. OLE color: 1846278.

HSL color Cylindrical-coordinate representation of color #062C1C: hue angle of 154.74º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #062C1C is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.83.

Color convert

RGB 6 44 28 -
CMYK 0.86 0 0.36 0.83
HSL 154.74º 0.76% 0.1% -
HSV(B) 154.74º 0.86% 0.17% -
XYZ 1.19 1.92 1.41 -
YUV 30.81 126.41 110.3 -
System Red Green Blue C M Y K H S L
Decimal 6 44 28 0.86 0 0.36 0.83 154.74 0.76 0.1
Hex 6 2C 1C 56 0 24 53 9B 4C A
Octal 6 54 34 126 0 44 123 233 114 12
Binary 110 101100 11100 1010110 0 100100 1010011 10011011 1001100 1010

Color Harmonies of #062C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062C1C

Black with #062C1C

Text Example


Text Example

White with #062C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062C1C; }

 p { color: rgb(6,44,28); }

 H1.HeaderClassName
 {
   color: #062C1C;
 }
 .AnyTagClassName
 {
   color: #062C1C;
 }
</style>

background-color css

<style>
 a { background-color: #062C1C; }

 a { background-color: rgb(6,44,28); }

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

border-color css

<style>
 span { border-color: #062C1C; }

 span { border-color: rgb(6,44,28); }

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