#033D2D

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

Shades of British Racing Green #033D2D

Tints of British Racing Green #033D2D

Color information

#033D2D (or 0x033D2D) is unknown color: approx British Racing Green. HEX triplet: 03, 3D and 2D. RGB value is (3,61,45). Sum of RGB (Red+Green+Blue) = 3+61+45=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 61 (24.22% from 255 or 55.96% from 109); Blue value is 45 (17.97% from 255 or 41.28% from 109); Max value from RGB is 61 - color contains mainly: green. Hex color #033D2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033D2D is #FCC2D2. Grayscale: #292929. Windows color (decimal): -16564947 or 2964739. OLE color: 2964739.

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

Color convert

RGB36145-
CMYK0.9500.260.76
HSL163.45º90.62%12.55%-
HSV(B)163.45º95.08%23.92%-
XYZ2.183.553.05-
YUV41.83129.78100.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.75%
GREEN value IS 61 (24.22% from 255) = 55.96%
BLUE value IS 45 (17.97% from 255) = 41.28%
R=2.75%
G=55.96%
B=41.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal361450.9500.260.76163.4590.6212.55
Hex33D2D5F01A4Ca35bd
Octal3755513703211424313315
Binary11111101101101101111101101010011001010001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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