#033F25

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

Shades of British Racing Green #033F25

Tints of British Racing Green #033F25

Color information

#033F25 (or 0x033F25) is unknown color: approx British Racing Green. HEX triplet: 03, 3F and 25. RGB value is (3,63,37). Sum of RGB (Red+Green+Blue) = 3+63+37=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 63 (25% from 255 or 61.17% from 103); Blue value is 37 (14.84% from 255 or 35.92% from 103); Max value from RGB is 63 - color contains mainly: green. Hex color #033F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033F25 is #FCC0DA. Grayscale: #2A2A2A. Windows color (decimal): -16564443 or 2440963. OLE color: 2440963.

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

Color convert

RGB36337-
CMYK0.9500.410.75
HSL154º90.91%12.94%-
HSV(B)154º95.24%24.71%-
XYZ2.153.712.35-
YUV42.1125.12100.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.91%
GREEN value IS 63 (25% from 255) = 61.17%
BLUE value IS 37 (14.84% from 255) = 35.92%
R=2.91%
G=61.17%
B=35.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal363370.9500.410.7515490.9112.94
Hex33F255F0294B9a5bd
Octal3774513705111323213315
Binary111111111001011011111010100110010111001101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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