#033C2D

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

Shades of British Racing Green #033C2D

Tints of British Racing Green #033C2D

Color information

#033C2D (or 0x033C2D) is unknown color: approx British Racing Green. HEX triplet: 03, 3C and 2D. RGB value is (3,60,45). Sum of RGB (Red+Green+Blue) = 3+60+45=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 60 (23.83% from 255 or 55.56% from 108); Blue value is 45 (17.97% from 255 or 41.67% from 108); Max value from RGB is 60 - color contains mainly: green. Hex color #033C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033C2D is #FCC3D2. Grayscale: #292929. Windows color (decimal): -16565203 or 2964483. OLE color: 2964483.

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

Color convert

RGB36045-
CMYK0.9500.250.76
HSL164.21º90.48%12.35%-
HSV(B)164.21º95%23.53%-
XYZ2.133.443.03-
YUV41.25130.12100.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.78%
GREEN value IS 60 (23.83% from 255) = 55.56%
BLUE value IS 45 (17.97% from 255) = 41.67%
R=2.78%
G=55.56%
B=41.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal360450.9500.250.76164.2190.4812.35
Hex33C2D5F0194Ca45ac
Octal3745513703111424413214
Binary11111100101101101111101100110011001010010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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