Html Css Color HEX #08441E British Racing Green

📋 copy color: '#08441E'

red 8 ◦ green 68 ◦ blue 30

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

Shades of British Racing Green #08441E

Tints of British Racing Green #08441E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 64.15%

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

R = 7.55%
G = 64.15%
B = 28.3%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#08441E (or 0x08441E) is known color: British Racing Green. HEX triplet: 08, 44 and 1E. RGB value is (8,68,30). Sum of RGB (Red+Green+Blue) = 8+68+30=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 68 (26.95% from 255 or 64.15% from 106); Blue value is 30 (12.11% from 255 or 28.30% from 106); Max value from RGB is 68 - color contains mainly: green. Hex color #08441E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08441E is #F7BBE1. Grayscale: #2D2D2D. Windows color (decimal): -16235490 or 1983496. OLE color: 1983496.

HSL color Cylindrical-coordinate representation of color #08441E: hue angle of 142º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08441E is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 68 30 -
CMYK 0.88 0 0.56 0.73
HSL 142º 0.79% 0.15% -
HSV(B) 142º 0.88% 0.27% -
XYZ 2.4 4.28 1.93 -
YUV 45.73 119.12 101.09 -
System Red Green Blue C M Y K H S L
Decimal 8 68 30 0.88 0 0.56 0.73 142 0.79 0.15
Hex 8 44 1E 58 0 38 49 8E 4F F
Octal 10 104 36 130 0 70 111 216 117 17
Binary 1000 1000100 11110 1011000 0 111000 1001001 10001110 1001111 1111

Color Harmonies of #08441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08441E

Black with #08441E

Text Example


Text Example

White with #08441E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,68,30); }

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

background-color css

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

 a { background-color: rgb(8,68,30); }

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

border-color css

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

 span { border-color: rgb(8,68,30); }

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