Html Css Color HEX #08402F British Racing Green

📋 copy color: '#08402F'

red 8 ◦ green 64 ◦ blue 47

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

Shades of British Racing Green #08402F

Tints of British Racing Green #08402F

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.5%

R = 6.72%
G = 53.78%
B = 39.5%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.27

 K value IS 0.75

RGB Variations

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

Color information

#08402F (or 0x08402F) is known color: 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

RGB 8 64 47 -
CMYK 0.87 0 0.27 0.75
HSL 161.79º 0.78% 0.14% -
HSV(B) 161.79º 0.88% 0.25% -
XYZ 2.45 3.92 3.32 -
YUV 45.32 128.95 101.38 -
System Red Green Blue C M Y K H S L
Decimal 8 64 47 0.87 0 0.27 0.75 161.79 0.78 0.14
Hex 8 40 2F 57 0 1B 4B A2 4E E
Octal 10 100 57 127 0 33 113 242 116 16
Binary 1000 1000000 101111 1010111 0 11011 1001011 10100010 1001110 1110

Color Harmonies of #08402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08402F

Black with #08402F

Text Example


Text Example

White with #08402F

Text Example


Text Example

HTML Codes & Css Web 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>