#0D3925

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

Shades of British Racing Green #0D3925

Tints of British Racing Green #0D3925

Color information

#0D3925 (or 0x0D3925) is unknown color: approx British Racing Green. HEX triplet: 0D, 39 and 25. RGB value is (13,57,37). Sum of RGB (Red+Green+Blue) = 13+57+37=107 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.15% from 107); Green value is 57 (22.66% from 255 or 53.27% from 107); Blue value is 37 (14.84% from 255 or 34.58% from 107); Max value from RGB is 57 - color contains mainly: green. Hex color #0D3925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3925 is #F2C6DA. Grayscale: #292929. Windows color (decimal): -15910619 or 2439437. OLE color: 2439437.

HSL color Cylindrical-coordinate representation of color #0D3925: hue angle of 152.73º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D3925 is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.78.

Color convert

RGB135737-
CMYK0.7700.350.78
HSL152.73º62.86%13.73%-
HSV(B)152.73º77.19%22.35%-
XYZ1.963.152.25-
YUV41.56125.42107.63-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.15%
GREEN value IS 57 (22.66% from 255) = 53.27%
BLUE value IS 37 (14.84% from 255) = 34.58%
R=12.15%
G=53.27%
B=34.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1357370.7700.350.78152.7362.8613.73
HexD39254D0234E993fe
Octal1571451150431162317716
Binary1101111001100101100110101000111001110100110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D3925; }

 p { color: rgb(13,57,37); }

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

<style>
 a { background-color: #0D3925; }

 a { background-color: rgb(13,57,37); }

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

<style>
 span { border-color: #0D3925; }

 span { border-color: rgb(13,57,37); }

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