Html Css Color HEX #061F1E Dark Green

📋 copy color: '#061F1E'

red 6 ◦ green 31 ◦ blue 30

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

Shades of Dark Green #061F1E

Tints of Dark Green #061F1E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 46.27%

 BLUE value IS 30 (12.11% from 255) = 44.78%

R = 8.96%
G = 46.27%
B = 44.78%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.03

 K value IS 0.88

RGB Variations

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

Color information

#061F1E (or 0x061F1E) is known color: Dark Green. HEX triplet: 06, 1F and 1E. RGB value is (6,31,30). Sum of RGB (Red+Green+Blue) = 6+31+30=67 (8% of max value = 765). Red value is 6 (2.73% from 255 or 8.96% from 67); Green value is 31 (12.5% from 255 or 46.27% from 67); Blue value is 30 (12.11% from 255 or 44.78% from 67); Max value from RGB is 31 - color contains mainly: green. Hex color #061F1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061F1E is #F9E0E1. Grayscale: #171717. Windows color (decimal): -16376034 or 1974022. OLE color: 1974022.

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

Color convert

RGB 6 31 30 -
CMYK 0.81 0 0.03 0.88
HSL 177.6º 0.68% 0.07% -
HSV(B) 177.6º 0.81% 0.12% -
XYZ 0.8 1.11 1.4 -
YUV 23.41 131.72 115.58 -
System Red Green Blue C M Y K H S L
Decimal 6 31 30 0.81 0 0.03 0.88 177.6 0.68 0.07
Hex 6 1F 1E 51 0 3 58 B2 44 7
Octal 6 37 36 121 0 3 130 262 104 7
Binary 110 11111 11110 1010001 0 11 1011000 10110010 1000100 111

Color Harmonies of #061F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061F1E

Black with #061F1E

Text Example


Text Example

White with #061F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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