#024233

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

Shades of British Racing Green #024233

Tints of British Racing Green #024233

Color information

#024233 (or 0x024233) is unknown color: approx British Racing Green. HEX triplet: 02, 42 and 33. RGB value is (2,66,51). Sum of RGB (Red+Green+Blue) = 2+66+51=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 66 (26.17% from 255 or 55.46% from 119); Blue value is 51 (20.31% from 255 or 42.86% from 119); Max value from RGB is 66 - color contains mainly: green. Hex color #024233 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024233 is #FDBDCC. Grayscale: #2D2D2D. Windows color (decimal): -16629197 or 3359234. OLE color: 3359234.

HSL color Cylindrical-coordinate representation of color #024233: hue angle of 165.94º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024233 is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.74.

Color convert

RGB26651-
CMYK0.9700.230.74
HSL165.94º94.12%13.33%-
HSV(B)165.94º96.97%25.88%-
XYZ2.574.153.8-
YUV45.15131.397.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.68%
GREEN value IS 66 (26.17% from 255) = 55.46%
BLUE value IS 51 (20.31% from 255) = 42.86%
R=1.68%
G=55.46%
B=42.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal266510.9700.230.74165.9494.1213.33
Hex24233610174Aa65ed
Octal21026314102711224613615
Binary101000010110011110000101011110010101010011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024233; }

 p { color: rgb(2,66,51); }

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

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

 a { background-color: rgb(2,66,51); }

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

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

 span { border-color: rgb(2,66,51); }

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