#003B24

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

Shades of British Racing Green #003B24

Tints of British Racing Green #003B24

Color information

#003B24 (or 0x003B24) is unknown color: approx British Racing Green. HEX triplet: 00, 3B and 24. RGB value is (0,59,36). Sum of RGB (Red+Green+Blue) = 0+59+36=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 59 (23.44% from 255 or 62.11% from 95); Blue value is 36 (14.45% from 255 or 37.89% from 95); Max value from RGB is 59 - color contains mainly: green. Hex color #003B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003B24 is #FFC4DB. Grayscale: #262626. Windows color (decimal): -16762076 or 2374400. OLE color: 2374400.

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

Color convert

RGB05936-
CMYK100.390.77
HSL156.61º100%11.57%-
HSV(B)156.61º100%23.14%-
XYZ1.883.262.2-
YUV38.74126.45100.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 59 (23.44% from 255) = 62.11%
BLUE value IS 36 (14.45% from 255) = 37.89%
R=0%
G=62.11%
B=37.89%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal05936100.390.77156.6110011.57
Hex03B24640274D9d64c
Octal0734414404711523514414
Binary01110111001001100100010011110011011001110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,59,36); }

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

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

 a { background-color: rgb(0,59,36); }

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

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

 span { border-color: rgb(0,59,36); }

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