Html Css Color HEX #06231C Dark Green

📋 copy color: '#06231C'

red 6 ◦ green 35 ◦ blue 28

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

Shades of Dark Green #06231C

Tints of Dark Green #06231C

RGB

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

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

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

R = 8.7%
G = 50.72%
B = 40.58%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.20

 K value IS 0.86

RGB Variations

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

Color information

#06231C (or 0x06231C) is known color: Dark Green. HEX triplet: 06, 23 and 1C. RGB value is (6,35,28). Sum of RGB (Red+Green+Blue) = 6+35+28=69 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.70% from 69); Green value is 35 (14.06% from 255 or 50.72% from 69); Blue value is 28 (11.33% from 255 or 40.58% from 69); Max value from RGB is 35 - color contains mainly: green. Hex color #06231C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06231C is #F9DCE3. Grayscale: #191919. Windows color (decimal): -16375012 or 1843974. OLE color: 1843974.

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

Color convert

RGB 6 35 28 -
CMYK 0.83 0 0.20 0.86
HSL 165.52º 0.71% 0.08% -
HSV(B) 165.52º 0.83% 0.14% -
XYZ 0.89 1.32 1.31 -
YUV 25.53 129.39 114.07 -
System Red Green Blue C M Y K H S L
Decimal 6 35 28 0.83 0 0.20 0.86 165.52 0.71 0.08
Hex 6 23 1C 53 0 14 56 A6 47 8
Octal 6 43 34 123 0 24 126 246 107 10
Binary 110 100011 11100 1010011 0 10100 1010110 10100110 1000111 1000

Color Harmonies of #06231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06231C

Black with #06231C

Text Example


Text Example

White with #06231C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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