#003D1B

Color #003D1B British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #003D1B

Tints of British Racing Green #003D1B

Color information

#003D1B (or 0x003D1B) is unknown color: approx 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

RGB06127-
CMYK100.560.76
HSL146.56º100%11.96%-
HSV(B)146.56º100%23.92%-
XYZ1.873.421.6-
YUV38.88121.29100.26-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal06127100.560.76146.5610011.96
Hex03D1B640384C9364c
Octal0753314407011422314414
Binary0111101110111100100011100010011001001001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>