#258A38

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

Shades of Japanese Laurel #258A38

Tints of Japanese Laurel #258A38

Color information

#258A38 (or 0x258A38) is unknown color: approx Japanese Laurel. HEX triplet: 25, 8A and 38. RGB value is (37,138,56). Sum of RGB (Red+Green+Blue) = 37+138+56=231 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.02% from 231); Green value is 138 (54.30% from 255 or 59.74% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 138 - color contains mainly: green. Hex color #258A38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258A38 is #DA75C7. Grayscale: #626262. Windows color (decimal): -14317000 or 3705381. OLE color: 3705381.

HSL color Cylindrical-coordinate representation of color #258A38: hue angle of 131.29º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258A38 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB3713856-
CMYK0.7300.590.46
HSL131.29º57.71%34.31%-
HSV(B)131.29º73.19%54.12%-
XYZ10.5718.866.82-
YUV98.45104.0484.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.02%
GREEN value IS 138 (54.30% from 255) = 59.74%
BLUE value IS 56 (22.27% from 255) = 24.24%
R=16.02%
G=59.74%
B=24.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal37138560.7300.590.46131.2957.7134.31
Hex258A384903B2E833a22
Octal4521270111073562037242
Binary100101100010101110001001001011101110111010000011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258A38; }

 p { color: rgb(37,138,56); }

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

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

 a { background-color: rgb(37,138,56); }

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

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

 span { border-color: rgb(37,138,56); }

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