#08402F

Color #08402F British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #08402F

Tints of British Racing Green #08402F

Color information

#08402F (or 0x08402F) is unknown color: approx British Racing Green. HEX triplet: 08, 40 and 2F. RGB value is (8,64,47). Sum of RGB (Red+Green+Blue) = 8+64+47=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 47 (18.75% from 255 or 39.50% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #08402F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08402F is #F7BFD0. Grayscale: #2D2D2D. Windows color (decimal): -16236497 or 3096584. OLE color: 3096584.

HSL color Cylindrical-coordinate representation of color #08402F: hue angle of 161.79º 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 #08402F is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB86447-
CMYK0.8700.270.75
HSL161.79º77.78%14.12%-
HSV(B)161.79º87.5%25.1%-
XYZ2.453.923.32-
YUV45.32128.95101.38-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.72%
GREEN value IS 64 (25.39% from 255) = 53.78%
BLUE value IS 47 (18.75% from 255) = 39.50%
R=6.72%
G=53.78%
B=39.50%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal864470.8700.270.75161.7977.7814.12
Hex8402F5701B4Ba24ee
Octal101005712703311324211616
Binary10001000000101111101011101101110010111010001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #08402F;
 }
 .AnyTagClassName
 {
   color: #08402F;
 }
</style>
background-color css

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

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

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

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

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

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