#033915

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

Shades of British Racing Green #033915

Tints of British Racing Green #033915

Color information

#033915 (or 0x033915) is unknown color: approx British Racing Green. HEX triplet: 03, 39 and 15. RGB value is (3,57,21). Sum of RGB (Red+Green+Blue) = 3+57+21=81 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.70% from 81); Green value is 57 (22.66% from 255 or 70.37% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 57 - color contains mainly: green. Hex color #033915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033915 is #FCC6EA. Grayscale: #242424. Windows color (decimal): -16565995 or 1390851. OLE color: 1390851.

HSL color Cylindrical-coordinate representation of color #033915: hue angle of 140º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033915 is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB35721-
CMYK0.9500.630.78
HSL140º90%11.76%-
HSV(B)140º94.74%22.35%-
XYZ1.6431.2-
YUV36.75119.11103.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.70%
GREEN value IS 57 (22.66% from 255) = 70.37%
BLUE value IS 21 (8.59% from 255) = 25.93%
R=3.70%
G=70.37%
B=25.93%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal357210.9500.630.781409011.76
Hex339155F03F4E8c5ac
Octal3712513707711621413214
Binary11111001101011011111011111110011101000110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033915; }

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

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

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

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

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

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

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

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