Html Css Color HEX #08251A Dark Green

📋 copy color: '#08251A'

red 8 ◦ green 37 ◦ blue 26

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

Shades of Dark Green #08251A

Tints of Dark Green #08251A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 36.62%

R = 11.27%
G = 52.11%
B = 36.62%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.30

 K value IS 0.85

RGB Variations

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

Color information

#08251A (or 0x08251A) is known color: Dark Green. HEX triplet: 08, 25 and 1A. RGB value is (8,37,26). Sum of RGB (Red+Green+Blue) = 8+37+26=71 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.27% from 71); Green value is 37 (14.84% from 255 or 52.11% from 71); Blue value is 26 (10.55% from 255 or 36.62% from 71); Max value from RGB is 37 - color contains mainly: green. Hex color #08251A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08251A is #F7DAE5. Grayscale: #1B1B1B. Windows color (decimal): -16243430 or 1713416. OLE color: 1713416.

HSL color Cylindrical-coordinate representation of color #08251A: hue angle of 157.24º 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 #08251A is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB 8 37 26 -
CMYK 0.78 0 0.30 0.85
HSL 157.24º 0.64% 0.09% -
HSV(B) 157.24º 0.78% 0.15% -
XYZ 0.95 1.45 1.21 -
YUV 27.08 127.39 114.39 -
System Red Green Blue C M Y K H S L
Decimal 8 37 26 0.78 0 0.30 0.85 157.24 0.64 0.09
Hex 8 25 1A 4E 0 1E 55 9D 40 9
Octal 10 45 32 116 0 36 125 235 100 11
Binary 1000 100101 11010 1001110 0 11110 1010101 10011101 1000000 1001

Color Harmonies of #08251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08251A

Black with #08251A

Text Example


Text Example

White with #08251A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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