Html Css Color HEX #003812 British Racing Green

📋 copy color: '#003812'

red 0 ◦ green 56 ◦ blue 18

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

Shades of British Racing Green #003812

Tints of British Racing Green #003812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 24.32%

R = 0%
G = 75.68%
B = 24.32%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#003812 (or 0x003812) is known color: British Racing Green. HEX triplet: 00, 38 and 12. RGB value is (0,56,18). Sum of RGB (Red+Green+Blue) = 0+56+18=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 56 (22.27% from 255 or 75.68% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 56 - color contains mainly: green. Hex color #003812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003812 is #FFC7ED. Grayscale: #232323. Windows color (decimal): -16762862 or 1193984. OLE color: 1193984.

HSL color Cylindrical-coordinate representation of color #003812: hue angle of 139.29º 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 #003812 is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB 0 56 18 -
CMYK 1 0 0.68 0.78
HSL 139.29º 1% 0.11% -
HSV(B) 139.29º 1% 0.22% -
XYZ 1.52 2.87 1.05 -
YUV 34.92 118.45 103.09 -
System Red Green Blue C M Y K H S L
Decimal 0 56 18 1 0 0.68 0.78 139.29 1 0.11
Hex 0 38 12 64 0 44 4E 8B 64 B
Octal 0 70 22 144 0 104 116 213 144 13
Binary 0 111000 10010 1100100 0 1000100 1001110 10001011 1100100 1011

Color Harmonies of #003812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003812

Black with #003812

Text Example


Text Example

White with #003812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003812; }

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

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

background-color css

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

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

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

border-color css

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

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

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