Html Css Color HEX #08402A British Racing Green

📋 copy color: '#08402A'

red 8 ◦ green 64 ◦ blue 42

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

Shades of British Racing Green #08402A

Tints of British Racing Green #08402A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 56.14%

 BLUE value IS 42 (16.8% from 255) = 36.84%

R = 7.02%
G = 56.14%
B = 36.84%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.34

 K value IS 0.75

RGB Variations

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

Color information

#08402A (or 0x08402A) is known color: British Racing Green. HEX triplet: 08, 40 and 2A. RGB value is (8,64,42). Sum of RGB (Red+Green+Blue) = 8+64+42=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 64 (25.39% from 255 or 56.14% from 114); Blue value is 42 (16.80% from 255 or 36.84% from 114); Max value from RGB is 64 - color contains mainly: green. Hex color #08402A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08402A is #F7BFD5. Grayscale: #2C2C2C. Windows color (decimal): -16236502 or 2768904. OLE color: 2768904.

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

Color convert

RGB 8 64 42 -
CMYK 0.87 0 0.34 0.75
HSL 156.43º 0.78% 0.14% -
HSV(B) 156.43º 0.88% 0.25% -
XYZ 2.35 3.89 2.82 -
YUV 44.75 126.45 101.79 -
System Red Green Blue C M Y K H S L
Decimal 8 64 42 0.87 0 0.34 0.75 156.43 0.78 0.14
Hex 8 40 2A 57 0 22 4B 9C 4E E
Octal 10 100 52 127 0 42 113 234 116 16
Binary 1000 1000000 101010 1010111 0 100010 1001011 10011100 1001110 1110

Color Harmonies of #08402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08402A

Black with #08402A

Text Example


Text Example

White with #08402A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08402A;
 }
 .AnyTagClassName
 {
   color: #08402A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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