#003A1D

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

Shades of British Racing Green #003A1D

Tints of British Racing Green #003A1D

Color information

#003A1D (or 0x003A1D) is unknown color: approx British Racing Green. HEX triplet: 00, 3A and 1D. RGB value is (0,58,29). Sum of RGB (Red+Green+Blue) = 0+58+29=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 58 (23.05% from 255 or 66.67% from 87); Blue value is 29 (11.72% from 255 or 33.33% from 87); Max value from RGB is 58 - color contains mainly: green. Hex color #003A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003A1D is #FFC5E2. Grayscale: #252525. Windows color (decimal): -16762339 or 1915392. OLE color: 1915392.

HSL color Cylindrical-coordinate representation of color #003A1D: hue angle of 150º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A1D is Cyan = 1, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.77.

Color convert

RGB05829-
CMYK100.50.77
HSL150º100%11.37%-
HSV(B)150º100%22.75%-
XYZ1.733.111.67-
YUV37.35123.28101.36-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 58 (23.05% from 255) = 66.67%
BLUE value IS 29 (11.72% from 255) = 33.33%
R=0%
G=66.67%
B=33.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal05829100.50.7715010011.37
Hex03A1D640324D9664b
Octal0723514406211522614413
Binary0111010111011100100011001010011011001011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,58,29); }

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

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

 a { background-color: rgb(0,58,29); }

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

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

 span { border-color: rgb(0,58,29); }

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