Html Css Color HEX #08442C British Racing Green

📋 copy color: '#08442C'

red 8 ◦ green 68 ◦ blue 44

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

Shades of British Racing Green #08442C

Tints of British Racing Green #08442C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 36.67%

R = 6.67%
G = 56.67%
B = 36.67%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.35

 K value IS 0.73

RGB Variations

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

Color information

#08442C (or 0x08442C) is known color: British Racing Green. HEX triplet: 08, 44 and 2C. RGB value is (8,68,44). Sum of RGB (Red+Green+Blue) = 8+68+44=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 68 (26.95% from 255 or 56.67% from 120); Blue value is 44 (17.58% from 255 or 36.67% from 120); Max value from RGB is 68 - color contains mainly: green. Hex color #08442C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08442C is #F7BBD3. Grayscale: #2F2F2F. Windows color (decimal): -16235476 or 2901000. OLE color: 2901000.

HSL color Cylindrical-coordinate representation of color #08442C: hue angle of 156º 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 #08442C is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 68 44 -
CMYK 0.88 0 0.35 0.73
HSL 156º 0.79% 0.15% -
HSV(B) 156º 0.88% 0.27% -
XYZ 2.62 4.37 3.09 -
YUV 47.32 126.12 99.95 -
System Red Green Blue C M Y K H S L
Decimal 8 68 44 0.88 0 0.35 0.73 156 0.79 0.15
Hex 8 44 2C 58 0 23 49 9C 4F F
Octal 10 104 54 130 0 43 111 234 117 17
Binary 1000 1000100 101100 1011000 0 100011 1001001 10011100 1001111 1111

Color Harmonies of #08442C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08442C

Black with #08442C

Text Example


Text Example

White with #08442C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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