#003F1D

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

Shades of British Racing Green #003F1D

Tints of British Racing Green #003F1D

Color information

#003F1D (or 0x003F1D) is unknown color: approx British Racing Green. HEX triplet: 00, 3F and 1D. RGB value is (0,63,29). Sum of RGB (Red+Green+Blue) = 0+63+29=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 63 (25% from 255 or 68.48% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 63 - color contains mainly: green. Hex color #003F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003F1D is #FFC0E2. Grayscale: #282828. Windows color (decimal): -16761059 or 1916672. OLE color: 1916672.

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

Color convert

RGB06329-
CMYK100.540.75
HSL147.62º100%12.35%-
HSV(B)147.62º100%24.71%-
XYZ23.641.76-
YUV40.29121.6399.26-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 63 (25% from 255) = 68.48%
BLUE value IS 29 (11.72% from 255) = 31.52%
R=0%
G=68.48%
B=31.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06329100.540.75147.6210012.35
Hex03F1D640364B9464c
Octal0773514406611322414414
Binary0111111111011100100011011010010111001010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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