#033C1F

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

Shades of British Racing Green #033C1F

Tints of British Racing Green #033C1F

Color information

#033C1F (or 0x033C1F) is unknown color: approx British Racing Green. HEX triplet: 03, 3C and 1F. RGB value is (3,60,31). Sum of RGB (Red+Green+Blue) = 3+60+31=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 60 (23.83% from 255 or 63.83% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 60 - color contains mainly: green. Hex color #033C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033C1F is #FCC3E0. Grayscale: #272727. Windows color (decimal): -16565217 or 2046979. OLE color: 2046979.

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

Color convert

RGB36031-
CMYK0.9500.480.76
HSL149.47º90.48%12.35%-
HSV(B)149.47º95%23.53%-
XYZ1.93.351.84-
YUV39.65123.12101.86-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.19%
GREEN value IS 60 (23.83% from 255) = 63.83%
BLUE value IS 31 (12.5% from 255) = 32.98%
R=3.19%
G=63.83%
B=32.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal360310.9500.480.76149.4790.4812.35
Hex33C1F5F0304C955ac
Octal3743713706011422513214
Binary11111100111111011111011000010011001001010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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