Html Css Color HEX #061E1C Dark Green

📋 copy color: '#061E1C'

red 6 ◦ green 30 ◦ blue 28

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

Shades of Dark Green #061E1C

Tints of Dark Green #061E1C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 46.88%

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

R = 9.38%
G = 46.88%
B = 43.75%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.07

 K value IS 0.88

RGB Variations

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

Color information

#061E1C (or 0x061E1C) is known color: Dark Green. HEX triplet: 06, 1E and 1C. RGB value is (6,30,28). Sum of RGB (Red+Green+Blue) = 6+30+28=64 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.38% from 64); Green value is 30 (12.11% from 255 or 46.88% from 64); Blue value is 28 (11.33% from 255 or 43.75% from 64); Max value from RGB is 30 - color contains mainly: green. Hex color #061E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061E1C is #F9E1E3. Grayscale: #161616. Windows color (decimal): -16376292 or 1842694. OLE color: 1842694.

HSL color Cylindrical-coordinate representation of color #061E1C: hue angle of 175º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #061E1C is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.88.

Color convert

RGB 6 30 28 -
CMYK 0.80 0 0.07 0.88
HSL 175º 0.67% 0.07% -
HSV(B) 175º 0.8% 0.12% -
XYZ 0.75 1.05 1.26 -
YUV 22.6 131.05 116.16 -
System Red Green Blue C M Y K H S L
Decimal 6 30 28 0.80 0 0.07 0.88 175 0.67 0.07
Hex 6 1E 1C 50 0 7 58 AF 43 7
Octal 6 36 34 120 0 7 130 257 103 7
Binary 110 11110 11100 1010000 0 111 1011000 10101111 1000011 111

Color Harmonies of #061E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061E1C

Black with #061E1C

Text Example


Text Example

White with #061E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061E1C; }

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

 H1.HeaderClassName
 {
   color: #061E1C;
 }
 .AnyTagClassName
 {
   color: #061E1C;
 }
</style>

background-color css

<style>
 a { background-color: #061E1C; }

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

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

border-color css

<style>
 span { border-color: #061E1C; }

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

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