#003D2F

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

Shades of British Racing Green #003D2F

Tints of British Racing Green #003D2F

Color information

#003D2F (or 0x003D2F) is unknown color: approx British Racing Green. HEX triplet: 00, 3D and 2F. RGB value is (0,61,47). Sum of RGB (Red+Green+Blue) = 0+61+47=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 61 (24.22% from 255 or 56.48% from 108); Blue value is 47 (18.75% from 255 or 43.52% from 108); Max value from RGB is 61 - color contains mainly: green. Hex color #003D2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003D2F is #FFC2D0. Grayscale: #292929. Windows color (decimal): -16761553 or 3095808. OLE color: 3095808.

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

Color convert

RGB06147-
CMYK100.230.76
HSL166.23º100%11.96%-
HSV(B)166.23º100%23.92%-
XYZ2.183.543.26-
YUV41.16131.2998.64-

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) = 56.48%
BLUE value IS 47 (18.75% from 255) = 43.52%
R=0%
G=56.48%
B=43.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal06147100.230.76166.2310011.96
Hex03D2F640174Ca664c
Octal0755714402711424614414
Binary0111101101111110010001011110011001010011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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