#003E33

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

Shades of British Racing Green #003E33

Tints of British Racing Green #003E33

Color information

#003E33 (or 0x003E33) is unknown color: approx British Racing Green. HEX triplet: 00, 3E and 33. RGB value is (0,62,51). Sum of RGB (Red+Green+Blue) = 0+62+51=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 62 (24.61% from 255 or 54.87% from 113); Blue value is 51 (20.31% from 255 or 45.13% from 113); Max value from RGB is 62 - color contains mainly: green. Hex color #003E33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003E33 is #FFC1CC. Grayscale: #2A2A2A. Windows color (decimal): -16761293 or 3358208. OLE color: 3358208.

HSL color Cylindrical-coordinate representation of color #003E33: hue angle of 169.35º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003E33 is Cyan = 1, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.

Color convert

RGB06251-
CMYK100.180.76
HSL169.35º100%12.16%-
HSV(B)169.35º100%24.31%-
XYZ2.323.683.72-
YUV42.21132.9697.89-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 62 (24.61% from 255) = 54.87%
BLUE value IS 51 (20.31% from 255) = 45.13%
R=0%
G=54.87%
B=45.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal06251100.180.76169.3510012.16
Hex03E33640124Ca964c
Octal0766314402211425114414
Binary0111110110011110010001001010011001010100111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003E33; }

 p { color: rgb(0,62,51); }

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

<style>
 a { background-color: #003E33; }

 a { background-color: rgb(0,62,51); }

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

<style>
 span { border-color: #003E33; }

 span { border-color: rgb(0,62,51); }

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