Html Css Color HEX #003818 British Racing Green

📋 copy color: '#003818'

red 0 ◦ green 56 ◦ blue 24

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

Shades of British Racing Green #003818

Tints of British Racing Green #003818

RGB

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

 GREEN value IS 56 (22.27% from 255) = 70%

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

R = 0%
G = 70%
B = 30%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.57

 K value IS 0.78

RGB Variations

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

Color information

#003818 (or 0x003818) is known color: British Racing Green. HEX triplet: 00, 38 and 18. RGB value is (0,56,24). Sum of RGB (Red+Green+Blue) = 0+56+24=80 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 80); Green value is 56 (22.27% from 255 or 70% from 80); Blue value is 24 (9.77% from 255 or 30% from 80); Max value from RGB is 56 - color contains mainly: green. Hex color #003818 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003818 is #FFC7E7. Grayscale: #232323. Windows color (decimal): -16762856 or 1587200. OLE color: 1587200.

HSL color Cylindrical-coordinate representation of color #003818: hue angle of 145.71º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003818 is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.78.

Color convert

RGB 0 56 24 -
CMYK 1 0 0.57 0.78
HSL 145.71º 1% 0.11% -
HSV(B) 145.71º 1% 0.22% -
XYZ 1.58 2.89 1.34 -
YUV 35.61 121.45 102.6 -
System Red Green Blue C M Y K H S L
Decimal 0 56 24 1 0 0.57 0.78 145.71 1 0.11
Hex 0 38 18 64 0 39 4E 92 64 B
Octal 0 70 30 144 0 71 116 222 144 13
Binary 0 111000 11000 1100100 0 111001 1001110 10010010 1100100 1011

Color Harmonies of #003818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003818

Black with #003818

Text Example


Text Example

White with #003818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003818; }

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

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

background-color css

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

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

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

border-color css

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

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

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