Html Css Color HEX #003A0F British Racing Green

📋 copy color: '#003A0F'

red 0 ◦ green 58 ◦ blue 15

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

Shades of British Racing Green #003A0F

Tints of British Racing Green #003A0F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 79.45%

 BLUE value IS 15 (6.25% from 255) = 20.55%

R = 0%
G = 79.45%
B = 20.55%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.74

 K value IS 0.77

RGB Variations

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

Color information

#003A0F (or 0x003A0F) is known color: British Racing Green. HEX triplet: 00, 3A and 0F. RGB value is (0,58,15). Sum of RGB (Red+Green+Blue) = 0+58+15=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 58 (23.05% from 255 or 79.45% from 73); Blue value is 15 (6.25% from 255 or 20.55% from 73); Max value from RGB is 58 - color contains mainly: green. Hex color #003A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003A0F is #FFC5F0. Grayscale: #232323. Windows color (decimal): -16762353 or 997888. OLE color: 997888.

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

Color convert

RGB 0 58 15 -
CMYK 1 0 0.74 0.77
HSL 135.52º 1% 0.11% -
HSV(B) 135.52º 1% 0.23% -
XYZ 1.6 3.06 0.96 -
YUV 35.76 116.28 102.5 -
System Red Green Blue C M Y K H S L
Decimal 0 58 15 1 0 0.74 0.77 135.52 1 0.11
Hex 0 3A F 64 0 4A 4D 88 64 B
Octal 0 72 17 144 0 112 115 210 144 13
Binary 0 111010 1111 1100100 0 1001010 1001101 10001000 1100100 1011

Color Harmonies of #003A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003A0F

Black with #003A0F

Text Example


Text Example

White with #003A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,58,15); }

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

background-color css

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

 a { background-color: rgb(0,58,15); }

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

border-color css

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

 span { border-color: rgb(0,58,15); }

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