#08452E

Color #08452E British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #08452E

Tints of British Racing Green #08452E

Color information

#08452E (or 0x08452E) is unknown color: approx British Racing Green. HEX triplet: 08, 45 and 2E. RGB value is (8,69,46). Sum of RGB (Red+Green+Blue) = 8+69+46=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 69 (27.34% from 255 or 56.10% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 69 - color contains mainly: green. Hex color #08452E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08452E is #F7BAD1. Grayscale: #303030. Windows color (decimal): -16235218 or 3032328. OLE color: 3032328.

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

Color convert

RGB86946-
CMYK0.8800.330.73
HSL157.38º79.22%15.1%-
HSV(B)157.38º88.41%27.06%-
XYZ2.724.513.31-
YUV48.14126.7999.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.50%
GREEN value IS 69 (27.34% from 255) = 56.10%
BLUE value IS 46 (18.36% from 255) = 37.40%
R=6.50%
G=56.10%
B=37.40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal869460.8800.330.73157.3879.2215.1
Hex8452E58021499d4ff
Octal101055613004111123511717
Binary100010001011011101011000010000110010011001110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08452E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #08452E;
 }
 .AnyTagClassName
 {
   color: #08452E;
 }
</style>
background-color css

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

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

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

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

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

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