Html Css Color HEX #08462F British Racing Green

📋 copy color: '#08462F'

red 8 ◦ green 70 ◦ blue 47

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

Shades of British Racing Green #08462F

Tints of British Racing Green #08462F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 56%

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

R = 6.4%
G = 56%
B = 37.6%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.33

 K value IS 0.73

RGB Variations

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

Color information

#08462F (or 0x08462F) is known color: British Racing Green. HEX triplet: 08, 46 and 2F. RGB value is (8,70,47). Sum of RGB (Red+Green+Blue) = 8+70+47=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 70 (27.73% from 255 or 56% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 70 - color contains mainly: green. Hex color #08462F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08462F is #F7B9D0. Grayscale: #303030. Windows color (decimal): -16234961 or 3098120. OLE color: 3098120.

HSL color Cylindrical-coordinate representation of color #08462F: hue angle of 157.74º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08462F is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 70 47 -
CMYK 0.89 0 0.33 0.73
HSL 157.74º 0.79% 0.15% -
HSV(B) 157.74º 0.89% 0.27% -
XYZ 2.8 4.64 3.44 -
YUV 48.84 126.96 98.87 -
System Red Green Blue C M Y K H S L
Decimal 8 70 47 0.89 0 0.33 0.73 157.74 0.79 0.15
Hex 8 46 2F 59 0 21 49 9E 4F F
Octal 10 106 57 131 0 41 111 236 117 17
Binary 1000 1000110 101111 1011001 0 100001 1001001 10011110 1001111 1111

Color Harmonies of #08462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08462F

Black with #08462F

Text Example


Text Example

White with #08462F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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