Html Css Color HEX #003B1D British Racing Green

📋 copy color: '#003B1D'

red 0 ◦ green 59 ◦ blue 29

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

Shades of British Racing Green #003B1D

Tints of British Racing Green #003B1D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 67.05%

 BLUE value IS 29 (11.72% from 255) = 32.95%

R = 0%
G = 67.05%
B = 32.95%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.51

 K value IS 0.77

RGB Variations

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

Color information

#003B1D (or 0x003B1D) is known color: British Racing Green. HEX triplet: 00, 3B and 1D. RGB value is (0,59,29). Sum of RGB (Red+Green+Blue) = 0+59+29=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 59 (23.44% from 255 or 67.05% from 88); Blue value is 29 (11.72% from 255 or 32.95% from 88); Max value from RGB is 59 - color contains mainly: green. Hex color #003B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003B1D is #FFC4E2. Grayscale: #252525. Windows color (decimal): -16762083 or 1915648. OLE color: 1915648.

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

Color convert

RGB 0 59 29 -
CMYK 1 0 0.51 0.77
HSL 149.49º 1% 0.12% -
HSV(B) 149.49º 1% 0.23% -
XYZ 1.79 3.22 1.69 -
YUV 37.94 122.95 100.94 -
System Red Green Blue C M Y K H S L
Decimal 0 59 29 1 0 0.51 0.77 149.49 1 0.12
Hex 0 3B 1D 64 0 33 4D 95 64 C
Octal 0 73 35 144 0 63 115 225 144 14
Binary 0 111011 11101 1100100 0 110011 1001101 10010101 1100100 1100

Color Harmonies of #003B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003B1D

Black with #003B1D

Text Example


Text Example

White with #003B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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