#003D25

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

Shades of British Racing Green #003D25

Tints of British Racing Green #003D25

Color information

#003D25 (or 0x003D25) is unknown color: approx British Racing Green. HEX triplet: 00, 3D and 25. RGB value is (0,61,37). Sum of RGB (Red+Green+Blue) = 0+61+37=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 61 (24.22% from 255 or 62.24% from 98); Blue value is 37 (14.84% from 255 or 37.76% from 98); Max value from RGB is 61 - color contains mainly: green. Hex color #003D25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003D25 is #FFC2DA. Grayscale: #282828. Windows color (decimal): -16761563 or 2440448. OLE color: 2440448.

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

Color convert

RGB06137-
CMYK100.390.76
HSL156.39º100%11.96%-
HSV(B)156.39º100%23.92%-
XYZ23.472.31-
YUV40.02126.2999.45-

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) = 62.24%
BLUE value IS 37 (14.84% from 255) = 37.76%
R=0%
G=62.24%
B=37.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal06137100.390.76156.3910011.96
Hex03D25640274C9c64c
Octal0754514404711423414414
Binary01111011001011100100010011110011001001110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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