Html Css Color HEX #08231C Dark Green

📋 copy color: '#08231C'

red 8 ◦ green 35 ◦ blue 28

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

Shades of Dark Green #08231C

Tints of Dark Green #08231C

RGB

 RED value IS 8 (3.52% from 255) = 11.27%

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

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

R = 11.27%
G = 49.3%
B = 39.44%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.20

 K value IS 0.86

RGB Variations

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

Color information

#08231C (or 0x08231C) is known color: Dark Green. HEX triplet: 08, 23 and 1C. RGB value is (8,35,28). Sum of RGB (Red+Green+Blue) = 8+35+28=71 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.27% from 71); Green value is 35 (14.06% from 255 or 49.30% from 71); Blue value is 28 (11.33% from 255 or 39.44% from 71); Max value from RGB is 35 - color contains mainly: green. Hex color #08231C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08231C is #F7DCE3. Grayscale: #1A1A1A. Windows color (decimal): -16243940 or 1843976. OLE color: 1843976.

HSL color Cylindrical-coordinate representation of color #08231C: hue angle of 164.44º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #08231C is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.86.

Color convert

RGB 8 35 28 -
CMYK 0.77 0 0.20 0.86
HSL 164.44º 0.63% 0.08% -
HSV(B) 164.44º 0.77% 0.14% -
XYZ 0.91 1.34 1.31 -
YUV 26.13 129.05 115.07 -
System Red Green Blue C M Y K H S L
Decimal 8 35 28 0.77 0 0.20 0.86 164.44 0.63 0.08
Hex 8 23 1C 4D 0 14 56 A4 3F 8
Octal 10 43 34 115 0 24 126 244 77 10
Binary 1000 100011 11100 1001101 0 10100 1010110 10100100 111111 1000

Color Harmonies of #08231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08231C

Black with #08231C

Text Example


Text Example

White with #08231C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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