Html Css Color HEX #003D0F British Racing Green

📋 copy color: '#003D0F'

red 0 ◦ green 61 ◦ blue 15

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

Shades of British Racing Green #003D0F

Tints of British Racing Green #003D0F

RGB

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

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

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

R = 0%
G = 80.26%
B = 19.74%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.75

 K value IS 0.76

RGB Variations

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

Color information

#003D0F (or 0x003D0F) is known color: British Racing Green. HEX triplet: 00, 3D and 0F. RGB value is (0,61,15). Sum of RGB (Red+Green+Blue) = 0+61+15=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 61 (24.22% from 255 or 80.26% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 61 - color contains mainly: green. Hex color #003D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003D0F is #FFC2F0. Grayscale: #252525. Windows color (decimal): -16761585 or 998656. OLE color: 998656.

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

Color convert

RGB 0 61 15 -
CMYK 1 0 0.75 0.76
HSL 134.75º 1% 0.12% -
HSV(B) 134.75º 1% 0.24% -
XYZ 1.75 3.37 1.01 -
YUV 37.52 115.29 101.24 -
System Red Green Blue C M Y K H S L
Decimal 0 61 15 1 0 0.75 0.76 134.75 1 0.12
Hex 0 3D F 64 0 4B 4C 87 64 C
Octal 0 75 17 144 0 113 114 207 144 14
Binary 0 111101 1111 1100100 0 1001011 1001100 10000111 1100100 1100

Color Harmonies of #003D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003D0F

Black with #003D0F

Text Example


Text Example

White with #003D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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