#033815

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

Shades of British Racing Green #033815

Tints of British Racing Green #033815

Color information

#033815 (or 0x033815) is unknown color: approx British Racing Green. HEX triplet: 03, 38 and 15. RGB value is (3,56,21). Sum of RGB (Red+Green+Blue) = 3+56+21=80 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.75% from 80); Green value is 56 (22.27% from 255 or 70% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 56 - color contains mainly: green. Hex color #033815 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033815 is #FCC7EA. Grayscale: #242424. Windows color (decimal): -16566251 or 1390595. OLE color: 1390595.

HSL color Cylindrical-coordinate representation of color #033815: hue angle of 140.38º 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 #033815 is Cyan = 0.95, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB35621-
CMYK0.9500.630.78
HSL140.38º89.83%11.57%-
HSV(B)140.38º94.64%21.96%-
XYZ1.592.91.19-
YUV36.16119.44104.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.75%
GREEN value IS 56 (22.27% from 255) = 70%
BLUE value IS 21 (8.59% from 255) = 26.25%
R=3.75%
G=70%
B=26.25%

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
Decimal356210.9500.630.78140.3889.8311.57
Hex338155F03F4E8c5ac
Octal3702513707711621413214
Binary11111000101011011111011111110011101000110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033815; }

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

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

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

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

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

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

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

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