Html Css Color HEX #257C38 Japanese Laurel

📋 copy color: '#257C38'

red 37 ◦ green 124 ◦ blue 56

#257C38
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #257C38

Tints of Japanese Laurel #257C38

RGB

 RED value IS 37 (14.84% from 255) = 17.05%

 GREEN value IS 124 (48.83% from 255) = 57.14%

 BLUE value IS 56 (22.27% from 255) = 25.81%

R = 17.05%
G = 57.14%
B = 25.81%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.55

 K value IS 0.51

RGB Variations

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

Color information

#257C38 (or 0x257C38) is known color: Japanese Laurel. HEX triplet: 25, 7C and 38. RGB value is (37,124,56). Sum of RGB (Red+Green+Blue) = 37+124+56=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 124 (48.83% from 255 or 57.14% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 124 - color contains mainly: green. Hex color #257C38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257C38 is #DA83C7. Grayscale: #5A5A5A. Windows color (decimal): -14320584 or 3701797. OLE color: 3701797.

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

Color convert

RGB 37 124 56 -
CMYK 0.70 0 0.55 0.51
HSL 133.1º 0.54% 0.32% -
HSV(B) 133.1º 0.7% 0.49% -
XYZ 8.68 15.09 6.2 -
YUV 90.24 108.68 90.03 -
System Red Green Blue C M Y K H S L
Decimal 37 124 56 0.70 0 0.55 0.51 133.1 0.54 0.32
Hex 25 7C 38 46 0 37 33 85 36 20
Octal 45 174 70 106 0 67 63 205 66 40
Binary 100101 1111100 111000 1000110 0 110111 110011 10000101 110110 100000

Color Harmonies of #257C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257C38

Black with #257C38

Text Example


Text Example

White with #257C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #257C38;
 }
 .AnyTagClassName
 {
   color: #257C38;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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