Html Css Color HEX #06231E Dark Green

📋 copy color: '#06231E'

red 6 ◦ green 35 ◦ blue 30

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

Shades of Dark Green #06231E

Tints of Dark Green #06231E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 49.3%

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

R = 8.45%
G = 49.3%
B = 42.25%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.14

 K value IS 0.86

RGB Variations

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

Color information

#06231E (or 0x06231E) is known color: Dark Green. HEX triplet: 06, 23 and 1E. RGB value is (6,35,30). Sum of RGB (Red+Green+Blue) = 6+35+30=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 35 (14.06% from 255 or 49.30% from 71); Blue value is 30 (12.11% from 255 or 42.25% from 71); Max value from RGB is 35 - color contains mainly: green. Hex color #06231E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06231E is #F9DCE1. Grayscale: #191919. Windows color (decimal): -16375010 or 1975046. OLE color: 1975046.

HSL color Cylindrical-coordinate representation of color #06231E: hue angle of 169.66º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #06231E is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.86.

Color convert

RGB 6 35 30 -
CMYK 0.83 0 0.14 0.86
HSL 169.66º 0.71% 0.08% -
HSV(B) 169.66º 0.83% 0.14% -
XYZ 0.91 1.33 1.44 -
YUV 25.76 130.39 113.91 -
System Red Green Blue C M Y K H S L
Decimal 6 35 30 0.83 0 0.14 0.86 169.66 0.71 0.08
Hex 6 23 1E 53 0 E 56 AA 47 8
Octal 6 43 36 123 0 16 126 252 107 10
Binary 110 100011 11110 1010011 0 1110 1010110 10101010 1000111 1000

Color Harmonies of #06231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06231E

Black with #06231E

Text Example


Text Example

White with #06231E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06231E; }

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

 H1.HeaderClassName
 {
   color: #06231E;
 }
 .AnyTagClassName
 {
   color: #06231E;
 }
</style>

background-color css

<style>
 a { background-color: #06231E; }

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

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

border-color css

<style>
 span { border-color: #06231E; }

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

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