Html Css Color HEX #003B0F British Racing Green

📋 copy color: '#003B0F'

red 0 ◦ green 59 ◦ blue 15

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

Shades of British Racing Green #003B0F

Tints of British Racing Green #003B0F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 79.73%

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

R = 0%
G = 79.73%
B = 20.27%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.75

 K value IS 0.77

RGB Variations

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

Color information

#003B0F (or 0x003B0F) is known color: British Racing Green. HEX triplet: 00, 3B and 0F. RGB value is (0,59,15). Sum of RGB (Red+Green+Blue) = 0+59+15=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 59 (23.44% from 255 or 79.73% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 59 - color contains mainly: green. Hex color #003B0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003B0F is #FFC4F0. Grayscale: #242424. Windows color (decimal): -16762097 or 998144. OLE color: 998144.

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

Color convert

RGB 0 59 15 -
CMYK 1 0 0.75 0.77
HSL 135.25º 1% 0.12% -
HSV(B) 135.25º 1% 0.23% -
XYZ 1.65 3.16 0.98 -
YUV 36.34 115.95 102.08 -
System Red Green Blue C M Y K H S L
Decimal 0 59 15 1 0 0.75 0.77 135.25 1 0.12
Hex 0 3B F 64 0 4B 4D 87 64 C
Octal 0 73 17 144 0 113 115 207 144 14
Binary 0 111011 1111 1100100 0 1001011 1001101 10000111 1100100 1100

Color Harmonies of #003B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003B0F

Black with #003B0F

Text Example


Text Example

White with #003B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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