Html Css Color HEX #003D1B British Racing Green

📋 copy color: '#003D1B'

red 0 ◦ green 61 ◦ blue 27

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

Shades of British Racing Green #003D1B

Tints of British Racing Green #003D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 30.68%

R = 0%
G = 69.32%
B = 30.68%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.56

 K value IS 0.76

RGB Variations

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

Color information

#003D1B (or 0x003D1B) is known color: British Racing Green. HEX triplet: 00, 3D and 1B. RGB value is (0,61,27). Sum of RGB (Red+Green+Blue) = 0+61+27=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 61 (24.22% from 255 or 69.32% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 61 - color contains mainly: green. Hex color #003D1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003D1B is #FFC2E4. Grayscale: #262626. Windows color (decimal): -16761573 or 1785088. OLE color: 1785088.

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

Color convert

RGB 0 61 27 -
CMYK 1 0 0.56 0.76
HSL 146.56º 1% 0.12% -
HSV(B) 146.56º 1% 0.24% -
XYZ 1.87 3.42 1.6 -
YUV 38.89 121.29 100.26 -
System Red Green Blue C M Y K H S L
Decimal 0 61 27 1 0 0.56 0.76 146.56 1 0.12
Hex 0 3D 1B 64 0 38 4C 93 64 C
Octal 0 75 33 144 0 70 114 223 144 14
Binary 0 111101 11011 1100100 0 111000 1001100 10010011 1100100 1100

Color Harmonies of #003D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003D1B

Black with #003D1B

Text Example


Text Example

White with #003D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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