#024330

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

Shades of British Racing Green #024330

Tints of British Racing Green #024330

Color information

#024330 (or 0x024330) is unknown color: approx British Racing Green. HEX triplet: 02, 43 and 30. RGB value is (2,67,48). Sum of RGB (Red+Green+Blue) = 2+67+48=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 67 (26.56% from 255 or 57.26% from 117); Blue value is 48 (19.14% from 255 or 41.03% from 117); Max value from RGB is 67 - color contains mainly: green. Hex color #024330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024330 is #FDBCCF. Grayscale: #2D2D2D. Windows color (decimal): -16628944 or 3162882. OLE color: 3162882.

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

Color convert

RGB26748-
CMYK0.9700.280.74
HSL162.46º94.2%13.53%-
HSV(B)162.46º97.01%26.27%-
XYZ2.574.243.48-
YUV45.4129.4797.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.71%
GREEN value IS 67 (26.56% from 255) = 57.26%
BLUE value IS 48 (19.14% from 255) = 41.03%
R=1.71%
G=57.26%
B=41.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal267480.9700.280.74162.4694.213.53
Hex243306101C4Aa25ee
Octal21036014103411224213616
Binary101000011110000110000101110010010101010001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024330; }

 p { color: rgb(2,67,48); }

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

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

 a { background-color: rgb(2,67,48); }

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

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

 span { border-color: rgb(2,67,48); }

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