#033D1E

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

Shades of British Racing Green #033D1E

Tints of British Racing Green #033D1E

Color information

#033D1E (or 0x033D1E) is unknown color: approx British Racing Green. HEX triplet: 03, 3D and 1E. RGB value is (3,61,30). Sum of RGB (Red+Green+Blue) = 3+61+30=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 61 (24.22% from 255 or 64.89% from 94); Blue value is 30 (12.11% from 255 or 31.91% from 94); Max value from RGB is 61 - color contains mainly: green. Hex color #033D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033D1E is #FCC2E1. Grayscale: #282828. Windows color (decimal): -16564962 or 1981699. OLE color: 1981699.

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

Color convert

RGB36130-
CMYK0.9500.510.76
HSL147.93º90.62%12.55%-
HSV(B)147.93º95.08%23.92%-
XYZ1.943.451.79-
YUV40.12122.28101.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.19%
GREEN value IS 61 (24.22% from 255) = 64.89%
BLUE value IS 30 (12.11% from 255) = 31.91%
R=3.19%
G=64.89%
B=31.91%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal361300.9500.510.76147.9390.6212.55
Hex33D1E5F0334C945bd
Octal3753613706311422413315
Binary11111101111101011111011001110011001001010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,61,30); }

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

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

 a { background-color: rgb(3,61,30); }

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

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

 span { border-color: rgb(3,61,30); }

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