Html Css Color HEX #257F38 Japanese Laurel

📋 copy color: '#257F38'

red 37 ◦ green 127 ◦ blue 56

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

Shades of Japanese Laurel #257F38

Tints of Japanese Laurel #257F38

RGB

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

 GREEN value IS 127 (50% from 255) = 57.73%

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

R = 16.82%
G = 57.73%
B = 25.45%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#257F38 (or 0x257F38) is known color: Japanese Laurel. HEX triplet: 25, 7F and 38. RGB value is (37,127,56). Sum of RGB (Red+Green+Blue) = 37+127+56=220 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.82% from 220); Green value is 127 (50% from 255 or 57.73% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 127 - color contains mainly: green. Hex color #257F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257F38 is #DA80C7. Grayscale: #5C5C5C. Windows color (decimal): -14319816 or 3702565. OLE color: 3702565.

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

Color convert

RGB 37 127 56 -
CMYK 0.71 0 0.56 0.50
HSL 132.67º 0.55% 0.32% -
HSV(B) 132.67º 0.71% 0.5% -
XYZ 9.07 15.86 6.32 -
YUV 92 107.68 88.77 -
System Red Green Blue C M Y K H S L
Decimal 37 127 56 0.71 0 0.56 0.50 132.67 0.55 0.32
Hex 25 7F 38 47 0 38 32 85 37 20
Octal 45 177 70 107 0 70 62 205 67 40
Binary 100101 1111111 111000 1000111 0 111000 110010 10000101 110111 100000

Color Harmonies of #257F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257F38

Black with #257F38

Text Example


Text Example

White with #257F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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