#04452A

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

Shades of British Racing Green #04452A

Tints of British Racing Green #04452A

Color information

#04452A (or 0x04452A) is unknown color: approx British Racing Green. HEX triplet: 04, 45 and 2A. RGB value is (4,69,42). Sum of RGB (Red+Green+Blue) = 4+69+42=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 69 (27.34% from 255 or 60% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 69 - color contains mainly: green. Hex color #04452A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04452A is #FBBAD5. Grayscale: #2E2E2E. Windows color (decimal): -16497366 or 2770180. OLE color: 2770180.

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

Color convert

RGB46942-
CMYK0.9400.390.73
HSL155.08º89.04%14.31%-
HSV(B)155.08º94.2%27.06%-
XYZ2.64.452.91-
YUV46.49125.4797.7-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.48%
GREEN value IS 69 (27.34% from 255) = 60%
BLUE value IS 42 (16.80% from 255) = 36.52%
R=3.48%
G=60%
B=36.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal469420.9400.390.73155.0889.0414.31
Hex4452A5E027499b59e
Octal41055213604711123313116
Binary10010001011010101011110010011110010011001101110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04452A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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