Html Css Color HEX #003D18 British Racing Green

📋 copy color: '#003D18'

red 0 ◦ green 61 ◦ blue 24

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

Shades of British Racing Green #003D18

Tints of British Racing Green #003D18

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 61 (24.22% from 255) = 71.76%

 BLUE value IS 24 (9.77% from 255) = 28.24%

R = 0%
G = 71.76%
B = 28.24%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.61

 K value IS 0.76

RGB Variations

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

Color information

#003D18 (or 0x003D18) is known color: British Racing Green. HEX triplet: 00, 3D and 18. RGB value is (0,61,24). Sum of RGB (Red+Green+Blue) = 0+61+24=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 61 (24.22% from 255 or 71.76% from 85); Blue value is 24 (9.77% from 255 or 28.24% from 85); Max value from RGB is 61 - color contains mainly: green. Hex color #003D18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003D18 is #FFC2E7. Grayscale: #262626. Windows color (decimal): -16761576 or 1588480. OLE color: 1588480.

HSL color Cylindrical-coordinate representation of color #003D18: hue angle of 143.61º 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 #003D18 is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.76.

Color convert

RGB 0 61 24 -
CMYK 1 0 0.61 0.76
HSL 143.61º 1% 0.12% -
HSV(B) 143.61º 1% 0.24% -
XYZ 1.83 3.4 1.42 -
YUV 38.54 119.79 100.51 -
System Red Green Blue C M Y K H S L
Decimal 0 61 24 1 0 0.61 0.76 143.61 1 0.12
Hex 0 3D 18 64 0 3D 4C 90 64 C
Octal 0 75 30 144 0 75 114 220 144 14
Binary 0 111101 11000 1100100 0 111101 1001100 10010000 1100100 1100

Color Harmonies of #003D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003D18

Black with #003D18

Text Example


Text Example

White with #003D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,61,24); }

 H1.HeaderClassName
 {
   color: #003D18;
 }
 .AnyTagClassName
 {
   color: #003D18;
 }
</style>

background-color css

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

 a { background-color: rgb(0,61,24); }

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

border-color css

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

 span { border-color: rgb(0,61,24); }

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