#258239

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

Shades of Japanese Laurel #258239

Tints of Japanese Laurel #258239

Color information

#258239 (or 0x258239) is unknown color: approx Japanese Laurel. HEX triplet: 25, 82 and 39. RGB value is (37,130,57). Sum of RGB (Red+Green+Blue) = 37+130+57=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 130 (51.17% from 255 or 58.04% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 130 - color contains mainly: green. Hex color #258239 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258239 is #DA7DC6. Grayscale: #5E5E5E. Windows color (decimal): -14319047 or 3768869. OLE color: 3768869.

HSL color Cylindrical-coordinate representation of color #258239: hue angle of 132.9º 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 #258239 is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB3713057-
CMYK0.7200.560.49
HSL132.9º55.69%32.75%-
HSV(B)132.9º71.54%50.98%-
XYZ9.4816.656.59-
YUV93.87107.1987.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.52%
GREEN value IS 130 (51.17% from 255) = 58.04%
BLUE value IS 57 (22.66% from 255) = 25.45%
R=16.52%
G=58.04%
B=25.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal37130570.7200.560.49132.955.6932.75
Hex2582394803831853821
Octal4520271110070612057041
Binary100101100000101110011001000011100011000110000101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258239; }

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

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

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

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

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

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

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

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