#02452A

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

Shades of British Racing Green #02452A

Tints of British Racing Green #02452A

Color information

#02452A (or 0x02452A) is unknown color: approx British Racing Green. HEX triplet: 02, 45 and 2A. RGB value is (2,69,42). Sum of RGB (Red+Green+Blue) = 2+69+42=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 69 (27.34% from 255 or 61.06% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 69 - color contains mainly: green. Hex color #02452A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02452A is #FDBAD5. Grayscale: #2D2D2D. Windows color (decimal): -16628438 or 2770178. OLE color: 2770178.

HSL color Cylindrical-coordinate representation of color #02452A: hue angle of 155.82º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02452A is Cyan = 0.97, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB26942-
CMYK0.9700.390.73
HSL155.82º94.37%13.92%-
HSV(B)155.82º97.1%27.06%-
XYZ2.574.442.91-
YUV45.89125.896.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.77%
GREEN value IS 69 (27.34% from 255) = 61.06%
BLUE value IS 42 (16.80% from 255) = 37.17%
R=1.77%
G=61.06%
B=37.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal269420.9700.390.73155.8294.3713.92
Hex2452A61027499c5ee
Octal21055214104711123413616
Binary1010001011010101100001010011110010011001110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02452A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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