#257E33

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

Shades of Japanese Laurel #257E33

Tints of Japanese Laurel #257E33

Color information

#257E33 (or 0x257E33) is unknown color: approx Japanese Laurel. HEX triplet: 25, 7E and 33. RGB value is (37,126,51). Sum of RGB (Red+Green+Blue) = 37+126+51=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 126 (49.61% from 255 or 58.88% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 126 - color contains mainly: green. Hex color #257E33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257E33 is #DA81CC. Grayscale: #5B5B5B. Windows color (decimal): -14320077 or 3374629. OLE color: 3374629.

HSL color Cylindrical-coordinate representation of color #257E33: hue angle of 129.44º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257E33 is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB3712651-
CMYK0.7100.600.51
HSL129.44º54.6%31.96%-
HSV(B)129.44º70.63%49.41%-
XYZ8.8215.555.67-
YUV90.84105.5189.6-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.29%
GREEN value IS 126 (49.61% from 255) = 58.88%
BLUE value IS 51 (20.31% from 255) = 23.83%
R=17.29%
G=58.88%
B=23.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal37126510.7100.600.51129.4454.631.96
Hex257E334703C33813720
Octal4517663107074632016740
Binary10010111111101100111000111011110011001110000001110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257E33; }

 p { color: rgb(37,126,51); }

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

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

 a { background-color: rgb(37,126,51); }

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

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

 span { border-color: rgb(37,126,51); }

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