#024334

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

Shades of British Racing Green #024334

Tints of British Racing Green #024334

Color information

#024334 (or 0x024334) is unknown color: approx British Racing Green. HEX triplet: 02, 43 and 34. RGB value is (2,67,52). Sum of RGB (Red+Green+Blue) = 2+67+52=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 67 (26.56% from 255 or 55.37% from 121); Blue value is 52 (20.70% from 255 or 42.98% from 121); Max value from RGB is 67 - color contains mainly: green. Hex color #024334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024334 is #FDBCCB. Grayscale: #2D2D2D. Windows color (decimal): -16628940 or 3425026. OLE color: 3425026.

HSL color Cylindrical-coordinate representation of color #024334: hue angle of 166.15º 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 #024334 is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.74.

Color convert

RGB26752-
CMYK0.9700.220.74
HSL166.15º94.2%13.53%-
HSV(B)166.15º97.01%26.27%-
XYZ2.654.283.93-
YUV45.86131.4796.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.65%
GREEN value IS 67 (26.56% from 255) = 55.37%
BLUE value IS 52 (20.70% from 255) = 42.98%
R=1.65%
G=55.37%
B=42.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal267520.9700.220.74166.1594.213.53
Hex24334610164Aa65ee
Octal21036414102611224613616
Binary101000011110100110000101011010010101010011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024334; }

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

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

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

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

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

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

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

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