#25812E

Color #25812E Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #25812E

Tints of Japanese Laurel #25812E

Color information

#25812E (or 0x25812E) is unknown color: approx Japanese Laurel. HEX triplet: 25, 81 and 2E. RGB value is (37,129,46). Sum of RGB (Red+Green+Blue) = 37+129+46=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 129 (50.78% from 255 or 60.85% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 129 - color contains mainly: green. Hex color #25812E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25812E is #DA7ED1. Grayscale: #5C5C5C. Windows color (decimal): -14319314 or 3047717. OLE color: 3047717.

HSL color Cylindrical-coordinate representation of color #25812E: hue angle of 125.87º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25812E is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB3712946-
CMYK0.7100.640.49
HSL125.87º55.42%32.55%-
HSV(B)125.87º71.32%50.59%-
XYZ9.1116.295.25-
YUV92.03102.0288.75-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.45%
GREEN value IS 129 (50.78% from 255) = 60.85%
BLUE value IS 46 (18.36% from 255) = 21.70%
R=17.45%
G=60.85%
B=21.70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37129460.7100.640.49125.8755.4232.55
Hex25812E47040317e3721
Octal45201561070100611766741
Binary100101100000011011101000111010000001100011111110110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25812E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25812E; }

 p { color: rgb(37,129,46); }

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

<style>
 a { background-color: #25812E; }

 a { background-color: rgb(37,129,46); }

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

<style>
 span { border-color: #25812E; }

 span { border-color: rgb(37,129,46); }

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