#033F24

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

Shades of British Racing Green #033F24

Tints of British Racing Green #033F24

Color information

#033F24 (or 0x033F24) is unknown color: approx British Racing Green. HEX triplet: 03, 3F and 24. RGB value is (3,63,36). Sum of RGB (Red+Green+Blue) = 3+63+36=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 63 (25% from 255 or 61.76% from 102); Blue value is 36 (14.45% from 255 or 35.29% from 102); Max value from RGB is 63 - color contains mainly: green. Hex color #033F24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033F24 is #FCC0DB. Grayscale: #2A2A2A. Windows color (decimal): -16564444 or 2375427. OLE color: 2375427.

HSL color Cylindrical-coordinate representation of color #033F24: hue angle of 153º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033F24 is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB36336-
CMYK0.9500.430.75
HSL153º90.91%12.94%-
HSV(B)153º95.24%24.71%-
XYZ2.133.72.27-
YUV41.98124.62100.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.94%
GREEN value IS 63 (25% from 255) = 61.76%
BLUE value IS 36 (14.45% from 255) = 35.29%
R=2.94%
G=61.76%
B=35.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal363360.9500.430.7515390.9112.94
Hex33F245F02B4B995bd
Octal3774413705311323113315
Binary111111111001001011111010101110010111001100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033F24; }

 p { color: rgb(3,63,36); }

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

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

 a { background-color: rgb(3,63,36); }

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

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

 span { border-color: rgb(3,63,36); }

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