Html Css Color HEX #08421E British Racing Green

📋 copy color: '#08421E'

red 8 ◦ green 66 ◦ blue 30

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

Shades of British Racing Green #08421E

Tints of British Racing Green #08421E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 63.46%

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

R = 7.69%
G = 63.46%
B = 28.85%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#08421E (or 0x08421E) is known color: British Racing Green. HEX triplet: 08, 42 and 1E. RGB value is (8,66,30). Sum of RGB (Red+Green+Blue) = 8+66+30=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 66 (26.17% from 255 or 63.46% from 104); Blue value is 30 (12.11% from 255 or 28.85% from 104); Max value from RGB is 66 - color contains mainly: green. Hex color #08421E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08421E is #F7BDE1. Grayscale: #2C2C2C. Windows color (decimal): -16236002 or 1982984. OLE color: 1982984.

HSL color Cylindrical-coordinate representation of color #08421E: hue angle of 142.76º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08421E is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB 8 66 30 -
CMYK 0.88 0 0.55 0.74
HSL 142.76º 0.78% 0.15% -
HSV(B) 142.76º 0.88% 0.26% -
XYZ 2.28 4.04 1.89 -
YUV 44.55 119.78 101.93 -
System Red Green Blue C M Y K H S L
Decimal 8 66 30 0.88 0 0.55 0.74 142.76 0.78 0.15
Hex 8 42 1E 58 0 37 4A 8F 4E F
Octal 10 102 36 130 0 67 112 217 116 17
Binary 1000 1000010 11110 1011000 0 110111 1001010 10001111 1001110 1111

Color Harmonies of #08421E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08421E

Black with #08421E

Text Example


Text Example

White with #08421E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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