#033A19

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

Shades of British Racing Green #033A19

Tints of British Racing Green #033A19

Color information

#033A19 (or 0x033A19) is unknown color: approx British Racing Green. HEX triplet: 03, 3A and 19. RGB value is (3,58,25). Sum of RGB (Red+Green+Blue) = 3+58+25=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 58 (23.05% from 255 or 67.44% from 86); Blue value is 25 (10.16% from 255 or 29.07% from 86); Max value from RGB is 58 - color contains mainly: green. Hex color #033A19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033A19 is #FCC5E6. Grayscale: #252525. Windows color (decimal): -16565735 or 1653251. OLE color: 1653251.

HSL color Cylindrical-coordinate representation of color #033A19: hue angle of 144º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033A19 is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.77.

Color convert

RGB35825-
CMYK0.9500.570.77
HSL144º90.16%11.96%-
HSV(B)144º94.83%22.75%-
XYZ1.733.121.43-
YUV37.79120.78103.18-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.49%
GREEN value IS 58 (23.05% from 255) = 67.44%
BLUE value IS 25 (10.16% from 255) = 29.07%
R=3.49%
G=67.44%
B=29.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal358250.9500.570.7714490.1611.96
Hex33A195F0394D905ac
Octal3723113707111522013214
Binary11111010110011011111011100110011011001000010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,58,25); }

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

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

 a { background-color: rgb(3,58,25); }

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

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

 span { border-color: rgb(3,58,25); }

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