Html Css Color HEX #08441F British Racing Green

📋 copy color: '#08441F'

red 8 ◦ green 68 ◦ blue 31

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

Shades of British Racing Green #08441F

Tints of British Racing Green #08441F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 28.97%

R = 7.48%
G = 63.55%
B = 28.97%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#08441F (or 0x08441F) is known color: British Racing Green. HEX triplet: 08, 44 and 1F. RGB value is (8,68,31). Sum of RGB (Red+Green+Blue) = 8+68+31=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 68 (26.95% from 255 or 63.55% from 107); Blue value is 31 (12.5% from 255 or 28.97% from 107); Max value from RGB is 68 - color contains mainly: green. Hex color #08441F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08441F is #F7BBE0. Grayscale: #2D2D2D. Windows color (decimal): -16235489 or 2049032. OLE color: 2049032.

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

Color convert

RGB 8 68 31 -
CMYK 0.88 0 0.54 0.73
HSL 143º 0.79% 0.15% -
HSV(B) 143º 0.88% 0.27% -
XYZ 2.41 4.28 2 -
YUV 45.84 119.62 101.01 -
System Red Green Blue C M Y K H S L
Decimal 8 68 31 0.88 0 0.54 0.73 143 0.79 0.15
Hex 8 44 1F 58 0 36 49 8F 4F F
Octal 10 104 37 130 0 66 111 217 117 17
Binary 1000 1000100 11111 1011000 0 110110 1001001 10001111 1001111 1111

Color Harmonies of #08441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08441F

Black with #08441F

Text Example


Text Example

White with #08441F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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