#003B1A

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

Shades of British Racing Green #003B1A

Tints of British Racing Green #003B1A

Color information

#003B1A (or 0x003B1A) is unknown color: approx British Racing Green. HEX triplet: 00, 3B and 1A. RGB value is (0,59,26). Sum of RGB (Red+Green+Blue) = 0+59+26=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 59 (23.44% from 255 or 69.41% from 85); Blue value is 26 (10.55% from 255 or 30.59% from 85); Max value from RGB is 59 - color contains mainly: green. Hex color #003B1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003B1A is #FFC4E5. Grayscale: #252525. Windows color (decimal): -16762086 or 1719040. OLE color: 1719040.

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

Color convert

RGB05926-
CMYK100.560.77
HSL146.44º100%11.57%-
HSV(B)146.44º100%23.14%-
XYZ1.753.21.5-
YUV37.6121.45101.18-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 59 (23.44% from 255) = 69.41%
BLUE value IS 26 (10.55% from 255) = 30.59%
R=0%
G=69.41%
B=30.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal05926100.560.77146.4410011.57
Hex03B1A640384D9264c
Octal0733214407011522214414
Binary0111011110101100100011100010011011001001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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