#00452A

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

Shades of British Racing Green #00452A

Tints of British Racing Green #00452A

Color information

#00452A (or 0x00452A) is unknown color: approx British Racing Green. HEX triplet: 00, 45 and 2A. RGB value is (0,69,42). Sum of RGB (Red+Green+Blue) = 0+69+42=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 69 (27.34% from 255 or 62.16% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 69 - color contains mainly: green. Hex color #00452A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00452A is #FFBAD5. Grayscale: #2D2D2D. Windows color (decimal): -16759510 or 2770176. OLE color: 2770176.

HSL color Cylindrical-coordinate representation of color #00452A: hue angle of 156.52º 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 #00452A is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB06942-
CMYK100.390.73
HSL156.52º100%13.53%-
HSV(B)156.52º100%27.06%-
XYZ2.554.422.91-
YUV45.29126.1495.7-

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) = 62.16%
BLUE value IS 42 (16.80% from 255) = 37.84%
R=0%
G=62.16%
B=37.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal06942100.390.73156.5210013.53
Hex0452A64027499d64e
Octal01055214404711123514416
Binary010001011010101100100010011110010011001110111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00452A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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