Html Css Color HEX #08412F British Racing Green

📋 copy color: '#08412F'

red 8 ◦ green 65 ◦ blue 47

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

Shades of British Racing Green #08412F

Tints of British Racing Green #08412F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 54.17%

 BLUE value IS 47 (18.75% from 255) = 39.17%

R = 6.67%
G = 54.17%
B = 39.17%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#08412F (or 0x08412F) is known color: British Racing Green. HEX triplet: 08, 41 and 2F. RGB value is (8,65,47). Sum of RGB (Red+Green+Blue) = 8+65+47=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 47 (18.75% from 255 or 39.17% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #08412F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08412F is #F7BED0. Grayscale: #2D2D2D. Windows color (decimal): -16236241 or 3096840. OLE color: 3096840.

HSL color Cylindrical-coordinate representation of color #08412F: hue angle of 161.05º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08412F is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 65 47 -
CMYK 0.88 0 0.28 0.75
HSL 161.05º 0.78% 0.14% -
HSV(B) 161.05º 0.88% 0.25% -
XYZ 2.5 4.04 3.34 -
YUV 45.91 128.62 100.96 -
System Red Green Blue C M Y K H S L
Decimal 8 65 47 0.88 0 0.28 0.75 161.05 0.78 0.14
Hex 8 41 2F 58 0 1C 4B A1 4E E
Octal 10 101 57 130 0 34 113 241 116 16
Binary 1000 1000001 101111 1011000 0 11100 1001011 10100001 1001110 1110

Color Harmonies of #08412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08412F

Black with #08412F

Text Example


Text Example

White with #08412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08412F; }

 p { color: rgb(8,65,47); }

 H1.HeaderClassName
 {
   color: #08412F;
 }
 .AnyTagClassName
 {
   color: #08412F;
 }
</style>

background-color css

<style>
 a { background-color: #08412F; }

 a { background-color: rgb(8,65,47); }

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

border-color css

<style>
 span { border-color: #08412F; }

 span { border-color: rgb(8,65,47); }

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