#258232

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

Shades of Japanese Laurel #258232

Tints of Japanese Laurel #258232

Color information

#258232 (or 0x258232) is unknown color: approx Japanese Laurel. HEX triplet: 25, 82 and 32. RGB value is (37,130,50). Sum of RGB (Red+Green+Blue) = 37+130+50=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 130 (51.17% from 255 or 59.91% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 130 - color contains mainly: green. Hex color #258232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258232 is #DA7DCD. Grayscale: #5D5D5D. Windows color (decimal): -14319054 or 3310117. OLE color: 3310117.

HSL color Cylindrical-coordinate representation of color #258232: hue angle of 128.39º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #258232 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB3713050-
CMYK0.7200.620.49
HSL128.39º55.69%32.75%-
HSV(B)128.39º71.54%50.98%-
XYZ9.3216.595.73-
YUV93.07103.6988-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.05%
GREEN value IS 130 (51.17% from 255) = 59.91%
BLUE value IS 50 (19.92% from 255) = 23.04%
R=17.05%
G=59.91%
B=23.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37130500.7200.620.49128.3955.6932.75
Hex2582324803E31803821
Octal4520262110076612007041
Binary100101100000101100101001000011111011000110000000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258232; }

 p { color: rgb(37,130,50); }

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

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

 a { background-color: rgb(37,130,50); }

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

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

 span { border-color: rgb(37,130,50); }

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