#033E1F

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

Shades of British Racing Green #033E1F

Tints of British Racing Green #033E1F

Color information

#033E1F (or 0x033E1F) is unknown color: approx British Racing Green. HEX triplet: 03, 3E and 1F. RGB value is (3,62,31). Sum of RGB (Red+Green+Blue) = 3+62+31=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 62 (24.61% from 255 or 64.58% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 62 - color contains mainly: green. Hex color #033E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033E1F is #FCC1E0. Grayscale: #282828. Windows color (decimal): -16564705 or 2047491. OLE color: 2047491.

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

Color convert

RGB36231-
CMYK0.9500.50.76
HSL148.47º90.77%12.75%-
HSV(B)148.47º95.16%24.31%-
XYZ2.013.561.88-
YUV40.82122.45101.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.12%
GREEN value IS 62 (24.61% from 255) = 64.58%
BLUE value IS 31 (12.5% from 255) = 32.29%
R=3.12%
G=64.58%
B=32.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal362310.9500.50.76148.4790.7712.75
Hex33E1F5F0324C945bd
Octal3763713706211422413315
Binary11111110111111011111011001010011001001010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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