#033E2C

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

Shades of British Racing Green #033E2C

Tints of British Racing Green #033E2C

Color information

#033E2C (or 0x033E2C) is unknown color: approx British Racing Green. HEX triplet: 03, 3E and 2C. RGB value is (3,62,44). Sum of RGB (Red+Green+Blue) = 3+62+44=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 62 (24.61% from 255 or 56.88% from 109); Blue value is 44 (17.58% from 255 or 40.37% from 109); Max value from RGB is 62 - color contains mainly: green. Hex color #033E2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033E2C is #FCC1D3. Grayscale: #2A2A2A. Windows color (decimal): -16564692 or 2899459. OLE color: 2899459.

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

Color convert

RGB36244-
CMYK0.9500.290.76
HSL161.69º90.77%12.75%-
HSV(B)161.69º95.16%24.31%-
XYZ2.213.652.97-
YUV42.31128.9599.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.75%
GREEN value IS 62 (24.61% from 255) = 56.88%
BLUE value IS 44 (17.58% from 255) = 40.37%
R=2.75%
G=56.88%
B=40.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal362440.9500.290.76161.6990.7712.75
Hex33E2C5F01D4Ca25bd
Octal3765413703511424213315
Binary11111110101100101111101110110011001010001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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