#033F29

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

Shades of British Racing Green #033F29

Tints of British Racing Green #033F29

Color information

#033F29 (or 0x033F29) is unknown color: approx British Racing Green. HEX triplet: 03, 3F and 29. RGB value is (3,63,41). Sum of RGB (Red+Green+Blue) = 3+63+41=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 63 (25% from 255 or 58.88% from 107); Blue value is 41 (16.41% from 255 or 38.32% from 107); Max value from RGB is 63 - color contains mainly: green. Hex color #033F29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033F29 is #FCC0D6. Grayscale: #2A2A2A. Windows color (decimal): -16564439 or 2703107. OLE color: 2703107.

HSL color Cylindrical-coordinate representation of color #033F29: hue angle of 158º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033F29 is Cyan = 0.95, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB36341-
CMYK0.9500.350.75
HSL158º90.91%12.94%-
HSV(B)158º95.24%24.71%-
XYZ2.223.732.7-
YUV42.55127.1299.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.80%
GREEN value IS 63 (25% from 255) = 58.88%
BLUE value IS 41 (16.41% from 255) = 38.32%
R=2.80%
G=58.88%
B=38.32%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal363410.9500.350.7515890.9112.94
Hex33F295F0234B9e5bd
Octal3775113704311323613315
Binary111111111010011011111010001110010111001111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,63,41); }

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

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

 a { background-color: rgb(3,63,41); }

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

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

 span { border-color: rgb(3,63,41); }

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