Html Css Color HEX #062C1A Dark Green

📋 copy color: '#062C1A'

red 6 ◦ green 44 ◦ blue 26

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

Shades of Dark Green #062C1A

Tints of Dark Green #062C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 34.21%

R = 7.89%
G = 57.89%
B = 34.21%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.41

 K value IS 0.83

RGB Variations

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

Color information

#062C1A (or 0x062C1A) is known color: Dark Green. HEX triplet: 06, 2C and 1A. RGB value is (6,44,26). Sum of RGB (Red+Green+Blue) = 6+44+26=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 44 (17.58% from 255 or 57.89% from 76); Blue value is 26 (10.55% from 255 or 34.21% from 76); Max value from RGB is 44 - color contains mainly: green. Hex color #062C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062C1A is #F9D3E5. Grayscale: #1E1E1E. Windows color (decimal): -16372710 or 1715206. OLE color: 1715206.

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

Color convert

RGB 6 44 26 -
CMYK 0.86 0 0.41 0.83
HSL 151.58º 0.76% 0.1% -
HSV(B) 151.58º 0.86% 0.17% -
XYZ 1.16 1.91 1.29 -
YUV 30.59 125.41 110.46 -
System Red Green Blue C M Y K H S L
Decimal 6 44 26 0.86 0 0.41 0.83 151.58 0.76 0.1
Hex 6 2C 1A 56 0 29 53 98 4C A
Octal 6 54 32 126 0 51 123 230 114 12
Binary 110 101100 11010 1010110 0 101001 1010011 10011000 1001100 1010

Color Harmonies of #062C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062C1A

Black with #062C1A

Text Example


Text Example

White with #062C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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