#00452C

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

Shades of British Racing Green #00452C

Tints of British Racing Green #00452C

Color information

#00452C (or 0x00452C) is unknown color: approx British Racing Green. HEX triplet: 00, 45 and 2C. RGB value is (0,69,44). Sum of RGB (Red+Green+Blue) = 0+69+44=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 69 (27.34% from 255 or 61.06% from 113); Blue value is 44 (17.58% from 255 or 38.94% from 113); Max value from RGB is 69 - color contains mainly: green. Hex color #00452C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00452C is #FFBAD3. Grayscale: #2D2D2D. Windows color (decimal): -16759508 or 2901248. OLE color: 2901248.

HSL color Cylindrical-coordinate representation of color #00452C: hue angle of 158.26º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00452C is Cyan = 1, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB06944-
CMYK100.360.73
HSL158.26º100%13.53%-
HSV(B)158.26º100%27.06%-
XYZ2.584.443.1-
YUV45.52127.1495.53-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 69 (27.34% from 255) = 61.06%
BLUE value IS 44 (17.58% from 255) = 38.94%
R=0%
G=61.06%
B=38.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal06944100.360.73158.2610013.53
Hex0452C64024499e64e
Octal01055414404411123614416
Binary010001011011001100100010010010010011001111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00452C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,69,44); }

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

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

 a { background-color: rgb(0,69,44); }

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

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

 span { border-color: rgb(0,69,44); }

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