#003D1A

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

Shades of British Racing Green #003D1A

Tints of British Racing Green #003D1A

Color information

#003D1A (or 0x003D1A) is unknown color: approx British Racing Green. HEX triplet: 00, 3D and 1A. RGB value is (0,61,26). Sum of RGB (Red+Green+Blue) = 0+61+26=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 61 (24.22% from 255 or 70.11% from 87); Blue value is 26 (10.55% from 255 or 29.89% from 87); Max value from RGB is 61 - color contains mainly: green. Hex color #003D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003D1A is #FFC2E5. Grayscale: #262626. Windows color (decimal): -16761574 or 1719552. OLE color: 1719552.

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

Color convert

RGB06126-
CMYK100.570.76
HSL145.57º100%11.96%-
HSV(B)145.57º100%23.92%-
XYZ1.863.411.54-
YUV38.77120.79100.35-

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) = 70.11%
BLUE value IS 26 (10.55% from 255) = 29.89%
R=0%
G=70.11%
B=29.89%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal06126100.570.76145.5710011.96
Hex03D1A640394C9264c
Octal0753214407111422214414
Binary0111101110101100100011100110011001001001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #003D1A;
 }
 .AnyTagClassName
 {
   color: #003D1A;
 }
</style>
background-color css

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

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

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

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

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

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