Html Css Color HEX #08251C Dark Green

📋 copy color: '#08251C'

red 8 ◦ green 37 ◦ blue 28

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

Shades of Dark Green #08251C

Tints of Dark Green #08251C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 50.68%

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

R = 10.96%
G = 50.68%
B = 38.36%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.24

 K value IS 0.85

RGB Variations

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

Color information

#08251C (or 0x08251C) is known color: Dark Green. HEX triplet: 08, 25 and 1C. RGB value is (8,37,28). Sum of RGB (Red+Green+Blue) = 8+37+28=73 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.96% from 73); Green value is 37 (14.84% from 255 or 50.68% from 73); Blue value is 28 (11.33% from 255 or 38.36% from 73); Max value from RGB is 37 - color contains mainly: green. Hex color #08251C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08251C is #F7DAE3. Grayscale: #1B1B1B. Windows color (decimal): -16243428 or 1844488. OLE color: 1844488.

HSL color Cylindrical-coordinate representation of color #08251C: hue angle of 161.38º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #08251C is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB 8 37 28 -
CMYK 0.78 0 0.24 0.85
HSL 161.38º 0.64% 0.09% -
HSV(B) 161.38º 0.78% 0.15% -
XYZ 0.97 1.46 1.33 -
YUV 27.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 8 37 28 0.78 0 0.24 0.85 161.38 0.64 0.09
Hex 8 25 1C 4E 0 18 55 A1 40 9
Octal 10 45 34 116 0 30 125 241 100 11
Binary 1000 100101 11100 1001110 0 11000 1010101 10100001 1000000 1001

Color Harmonies of #08251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08251C

Black with #08251C

Text Example


Text Example

White with #08251C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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