Html Css Color HEX #003B24 British Racing Green

📋 copy color: '#003B24'

red 0 ◦ green 59 ◦ blue 36

#003B24
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #003B24

Tints of British Racing Green #003B24

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 value IS 1

 M value IS 0

 Y value IS 0.39

 K value IS 0.77

RGB Variations

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

Color information

#003B24 (or 0x003B24) is known color: 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

RGB 0 59 36 -
CMYK 1 0 0.39 0.77
HSL 156.61º 1% 0.12% -
HSV(B) 156.61º 1% 0.23% -
XYZ 1.88 3.26 2.2 -
YUV 38.74 126.45 100.37 -
System Red Green Blue C M Y K H S L
Decimal 0 59 36 1 0 0.39 0.77 156.61 1 0.12
Hex 0 3B 24 64 0 27 4D 9D 64 C
Octal 0 73 44 144 0 47 115 235 144 14
Binary 0 111011 100100 1100100 0 100111 1001101 10011101 1100100 1100

Color Harmonies of #003B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003B24

Black with #003B24

Text Example


Text Example

White with #003B24

Text Example


Text Example

HTML Codes & Css Web 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>