#033E15

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

Shades of British Racing Green #033E15

Tints of British Racing Green #033E15

Color information

#033E15 (or 0x033E15) is unknown color: approx British Racing Green. HEX triplet: 03, 3E and 15. RGB value is (3,62,21). Sum of RGB (Red+Green+Blue) = 3+62+21=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 62 (24.61% from 255 or 72.09% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 62 - color contains mainly: green. Hex color #033E15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033E15 is #FCC1EA. Grayscale: #272727. Windows color (decimal): -16564715 or 1392131. OLE color: 1392131.

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

Color convert

RGB36221-
CMYK0.9500.660.76
HSL138.31º90.77%12.75%-
HSV(B)138.31º95.16%24.31%-
XYZ1.93.521.29-
YUV39.68117.45101.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.49%
GREEN value IS 62 (24.61% from 255) = 72.09%
BLUE value IS 21 (8.59% from 255) = 24.42%
R=3.49%
G=72.09%
B=24.42%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal362210.9500.660.76138.3190.7712.75
Hex33E155F0424C8a5bd
Octal37625137010211421213315
Binary111111101010110111110100001010011001000101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,62,21); }

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

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

 a { background-color: rgb(3,62,21); }

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

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

 span { border-color: rgb(3,62,21); }

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