Html Css Color HEX #08412A British Racing Green

📋 copy color: '#08412A'

red 8 ◦ green 65 ◦ blue 42

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

Shades of British Racing Green #08412A

Tints of British Racing Green #08412A

RGB

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

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

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

R = 6.96%
G = 56.52%
B = 36.52%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#08412A (or 0x08412A) is known color: British Racing Green. HEX triplet: 08, 41 and 2A. RGB value is (8,65,42). Sum of RGB (Red+Green+Blue) = 8+65+42=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 65 (25.78% from 255 or 56.52% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 65 - color contains mainly: green. Hex color #08412A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08412A is #F7BED5. Grayscale: #2D2D2D. Windows color (decimal): -16236246 or 2769160. OLE color: 2769160.

HSL color Cylindrical-coordinate representation of color #08412A: hue angle of 155.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 #08412A is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 65 42 -
CMYK 0.88 0 0.35 0.75
HSL 155.79º 0.78% 0.14% -
HSV(B) 155.79º 0.88% 0.25% -
XYZ 2.41 4 2.84 -
YUV 45.34 126.12 101.37 -
System Red Green Blue C M Y K H S L
Decimal 8 65 42 0.88 0 0.35 0.75 155.79 0.78 0.14
Hex 8 41 2A 58 0 23 4B 9C 4E E
Octal 10 101 52 130 0 43 113 234 116 16
Binary 1000 1000001 101010 1011000 0 100011 1001011 10011100 1001110 1110

Color Harmonies of #08412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08412A

Black with #08412A

Text Example


Text Example

White with #08412A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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