Html Css Color HEX #08442E British Racing Green

📋 copy color: '#08442E'

red 8 ◦ green 68 ◦ blue 46

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

Shades of British Racing Green #08442E

Tints of British Racing Green #08442E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 55.74%

 BLUE value IS 46 (18.36% from 255) = 37.7%

R = 6.56%
G = 55.74%
B = 37.7%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.32

 K value IS 0.73

RGB Variations

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

Color information

#08442E (or 0x08442E) is known color: British Racing Green. HEX triplet: 08, 44 and 2E. RGB value is (8,68,46). Sum of RGB (Red+Green+Blue) = 8+68+46=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 68 (26.95% from 255 or 55.74% from 122); Blue value is 46 (18.36% from 255 or 37.70% from 122); Max value from RGB is 68 - color contains mainly: green. Hex color #08442E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08442E is #F7BBD1. Grayscale: #2F2F2F. Windows color (decimal): -16235474 or 3032072. OLE color: 3032072.

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

Color convert

RGB 8 68 46 -
CMYK 0.88 0 0.32 0.73
HSL 158º 0.79% 0.15% -
HSV(B) 158º 0.88% 0.27% -
XYZ 2.66 4.38 3.29 -
YUV 47.55 127.12 99.79 -
System Red Green Blue C M Y K H S L
Decimal 8 68 46 0.88 0 0.32 0.73 158 0.79 0.15
Hex 8 44 2E 58 0 20 49 9E 4F F
Octal 10 104 56 130 0 40 111 236 117 17
Binary 1000 1000100 101110 1011000 0 100000 1001001 10011110 1001111 1111

Color Harmonies of #08442E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08442E

Black with #08442E

Text Example


Text Example

White with #08442E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08442E; }

 p { color: rgb(8,68,46); }

 H1.HeaderClassName
 {
   color: #08442E;
 }
 .AnyTagClassName
 {
   color: #08442E;
 }
</style>

background-color css

<style>
 a { background-color: #08442E; }

 a { background-color: rgb(8,68,46); }

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

border-color css

<style>
 span { border-color: #08442E; }

 span { border-color: rgb(8,68,46); }

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