#033F26

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

Shades of British Racing Green #033F26

Tints of British Racing Green #033F26

Color information

#033F26 (or 0x033F26) is unknown color: approx British Racing Green. HEX triplet: 03, 3F and 26. RGB value is (3,63,38). Sum of RGB (Red+Green+Blue) = 3+63+38=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 63 (25% from 255 or 60.58% from 104); Blue value is 38 (15.23% from 255 or 36.54% from 104); Max value from RGB is 63 - color contains mainly: green. Hex color #033F26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033F26 is #FCC0D9. Grayscale: #2A2A2A. Windows color (decimal): -16564442 or 2506499. OLE color: 2506499.

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

Color convert

RGB36338-
CMYK0.9500.400.75
HSL155º90.91%12.94%-
HSV(B)155º95.24%24.71%-
XYZ2.163.712.44-
YUV42.21125.62100.03-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.88%
GREEN value IS 63 (25% from 255) = 60.58%
BLUE value IS 38 (15.23% from 255) = 36.54%
R=2.88%
G=60.58%
B=36.54%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal363380.9500.400.7515590.9112.94
Hex33F265F0284B9b5bd
Octal3774613705011323313315
Binary111111111001101011111010100010010111001101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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