#033E31

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

Shades of British Racing Green #033E31

Tints of British Racing Green #033E31

Color information

#033E31 (or 0x033E31) is unknown color: approx British Racing Green. HEX triplet: 03, 3E and 31. RGB value is (3,62,49). Sum of RGB (Red+Green+Blue) = 3+62+49=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 62 (24.61% from 255 or 54.39% from 114); Blue value is 49 (19.53% from 255 or 42.98% from 114); Max value from RGB is 62 - color contains mainly: green. Hex color #033E31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033E31 is #FCC1CE. Grayscale: #2A2A2A. Windows color (decimal): -16564687 or 3227139. OLE color: 3227139.

HSL color Cylindrical-coordinate representation of color #033E31: hue angle of 166.78º 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 #033E31 is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.76.

Color convert

RGB36249-
CMYK0.9500.210.76
HSL166.78º90.77%12.75%-
HSV(B)166.78º95.16%24.31%-
XYZ2.313.693.5-
YUV42.88131.4599.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.63%
GREEN value IS 62 (24.61% from 255) = 54.39%
BLUE value IS 49 (19.53% from 255) = 42.98%
R=2.63%
G=54.39%
B=42.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal362490.9500.210.76166.7890.7712.75
Hex33E315F0154Ca75bd
Octal3766113702511424713315
Binary11111110110001101111101010110011001010011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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