#024133

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

Shades of British Racing Green #024133

Tints of British Racing Green #024133

Color information

#024133 (or 0x024133) is unknown color: approx British Racing Green. HEX triplet: 02, 41 and 33. RGB value is (2,65,51). Sum of RGB (Red+Green+Blue) = 2+65+51=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 65 (25.78% from 255 or 55.08% from 118); Blue value is 51 (20.31% from 255 or 43.22% from 118); Max value from RGB is 65 - color contains mainly: green. Hex color #024133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024133 is #FDBECC. Grayscale: #2C2C2C. Windows color (decimal): -16629453 or 3358978. OLE color: 3358978.

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

Color convert

RGB26551-
CMYK0.9700.220.75
HSL166.67º94.03%13.14%-
HSV(B)166.67º96.92%25.49%-
XYZ2.514.033.78-
YUV44.57131.6397.64-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.69%
GREEN value IS 65 (25.78% from 255) = 55.08%
BLUE value IS 51 (20.31% from 255) = 43.22%
R=1.69%
G=55.08%
B=43.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal265510.9700.220.75166.6794.0313.14
Hex24133610164Ba75ed
Octal21016314102611324713615
Binary101000001110011110000101011010010111010011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024133; }

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

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

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

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

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

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

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

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