#25812D

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

Shades of Japanese Laurel #25812D

Tints of Japanese Laurel #25812D

Color information

#25812D (or 0x25812D) is unknown color: approx Japanese Laurel. HEX triplet: 25, 81 and 2D. RGB value is (37,129,45). Sum of RGB (Red+Green+Blue) = 37+129+45=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 129 (50.78% from 255 or 61.14% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 129 - color contains mainly: green. Hex color #25812D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25812D is #DA7ED2. Grayscale: #5C5C5C. Windows color (decimal): -14319315 or 2982181. OLE color: 2982181.

HSL color Cylindrical-coordinate representation of color #25812D: hue angle of 125.22º 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 #25812D is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB3712945-
CMYK0.7100.650.49
HSL125.22º55.42%32.55%-
HSV(B)125.22º71.32%50.59%-
XYZ9.0916.285.15-
YUV91.92101.5288.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.54%
GREEN value IS 129 (50.78% from 255) = 61.14%
BLUE value IS 45 (17.97% from 255) = 21.33%
R=17.54%
G=61.14%
B=21.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37129450.7100.650.49125.2255.4232.55
Hex25812D47041317d3721
Octal45201551070101611756741
Binary100101100000011011011000111010000011100011111101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25812D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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