#033C2F

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

Shades of British Racing Green #033C2F

Tints of British Racing Green #033C2F

Color information

#033C2F (or 0x033C2F) is unknown color: approx British Racing Green. HEX triplet: 03, 3C and 2F. RGB value is (3,60,47). Sum of RGB (Red+Green+Blue) = 3+60+47=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 60 (23.83% from 255 or 54.55% from 110); Blue value is 47 (18.75% from 255 or 42.73% from 110); Max value from RGB is 60 - color contains mainly: green. Hex color #033C2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033C2F is #FCC3D0. Grayscale: #292929. Windows color (decimal): -16565201 or 3095555. OLE color: 3095555.

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

Color convert

RGB36047-
CMYK0.9500.220.76
HSL166.32º90.48%12.35%-
HSV(B)166.32º95%23.53%-
XYZ2.173.463.24-
YUV41.47131.12100.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.73%
GREEN value IS 60 (23.83% from 255) = 54.55%
BLUE value IS 47 (18.75% from 255) = 42.73%
R=2.73%
G=54.55%
B=42.73%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal360470.9500.220.76166.3290.4812.35
Hex33C2F5F0164Ca65ac
Octal3745713702611424613214
Binary11111100101111101111101011010011001010011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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