#25812F

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

Shades of Japanese Laurel #25812F

Tints of Japanese Laurel #25812F

Color information

#25812F (or 0x25812F) is unknown color: approx Japanese Laurel. HEX triplet: 25, 81 and 2F. RGB value is (37,129,47). Sum of RGB (Red+Green+Blue) = 37+129+47=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 129 (50.78% from 255 or 60.56% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 129 - color contains mainly: green. Hex color #25812F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25812F is #DA7ED0. Grayscale: #5C5C5C. Windows color (decimal): -14319313 or 3113253. OLE color: 3113253.

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

Color convert

RGB3712947-
CMYK0.7100.640.49
HSL126.52º55.42%32.55%-
HSV(B)126.52º71.32%50.59%-
XYZ9.1316.35.35-
YUV92.14102.5288.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.37%
GREEN value IS 129 (50.78% from 255) = 60.56%
BLUE value IS 47 (18.75% from 255) = 22.07%
R=17.37%
G=60.56%
B=22.07%

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
Decimal37129470.7100.640.49126.5255.4232.55
Hex25812F47040317f3721
Octal45201571070100611776741
Binary100101100000011011111000111010000001100011111111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25812F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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