Html Css Color HEX #062C14 Dark Green

📋 copy color: '#062C14'

red 6 ◦ green 44 ◦ blue 20

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

Shades of Dark Green #062C14

Tints of Dark Green #062C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 28.57%

R = 8.57%
G = 62.86%
B = 28.57%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.55

 K value IS 0.83

RGB Variations

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

Color information

#062C14 (or 0x062C14) is known color: Dark Green. HEX triplet: 06, 2C and 14. RGB value is (6,44,20). Sum of RGB (Red+Green+Blue) = 6+44+20=70 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.57% from 70); Green value is 44 (17.58% from 255 or 62.86% from 70); Blue value is 20 (8.20% from 255 or 28.57% from 70); Max value from RGB is 44 - color contains mainly: green. Hex color #062C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062C14 is #F9D3EB. Grayscale: #1D1D1D. Windows color (decimal): -16372716 or 1321990. OLE color: 1321990.

HSL color Cylindrical-coordinate representation of color #062C14: hue angle of 142.11º 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 #062C14 is Cyan = 0.86, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.83.

Color convert

RGB 6 44 20 -
CMYK 0.86 0 0.55 0.83
HSL 142.11º 0.76% 0.1% -
HSV(B) 142.11º 0.86% 0.17% -
XYZ 1.1 1.89 0.97 -
YUV 29.9 122.41 110.95 -
System Red Green Blue C M Y K H S L
Decimal 6 44 20 0.86 0 0.55 0.83 142.11 0.76 0.1
Hex 6 2C 14 56 0 37 53 8E 4C A
Octal 6 54 24 126 0 67 123 216 114 12
Binary 110 101100 10100 1010110 0 110111 1010011 10001110 1001100 1010

Color Harmonies of #062C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062C14

Black with #062C14

Text Example


Text Example

White with #062C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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