#033F2F

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

Shades of British Racing Green #033F2F

Tints of British Racing Green #033F2F

Color information

#033F2F (or 0x033F2F) is unknown color: approx British Racing Green. HEX triplet: 03, 3F and 2F. RGB value is (3,63,47). Sum of RGB (Red+Green+Blue) = 3+63+47=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 63 (25% from 255 or 55.75% from 113); Blue value is 47 (18.75% from 255 or 41.59% from 113); Max value from RGB is 63 - color contains mainly: green. Hex color #033F2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033F2F is #FCC0D0. Grayscale: #2B2B2B. Windows color (decimal): -16564433 or 3096323. OLE color: 3096323.

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

Color convert

RGB36347-
CMYK0.9500.250.75
HSL164º90.91%12.94%-
HSV(B)164º95.24%24.71%-
XYZ2.333.783.3-
YUV43.24130.1299.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.65%
GREEN value IS 63 (25% from 255) = 55.75%
BLUE value IS 47 (18.75% from 255) = 41.59%
R=2.65%
G=55.75%
B=41.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal363470.9500.250.7516490.9112.94
Hex33F2F5F0194Ba45bd
Octal3775713703111324413315
Binary11111111101111101111101100110010111010010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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