Html Css Color HEX #257C2F Japanese Laurel

📋 copy color: '#257C2F'

red 37 ◦ green 124 ◦ blue 47

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

Shades of Japanese Laurel #257C2F

Tints of Japanese Laurel #257C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.6%

R = 17.79%
G = 59.62%
B = 22.6%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#257C2F (or 0x257C2F) is known color: Japanese Laurel. HEX triplet: 25, 7C and 2F. RGB value is (37,124,47). Sum of RGB (Red+Green+Blue) = 37+124+47=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 124 (48.83% from 255 or 59.62% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 124 - color contains mainly: green. Hex color #257C2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257C2F is #DA83D0. Grayscale: #595959. Windows color (decimal): -14320593 or 3111973. OLE color: 3111973.

HSL color Cylindrical-coordinate representation of color #257C2F: hue angle of 126.9º 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 #257C2F is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 124 47 -
CMYK 0.70 0 0.62 0.51
HSL 126.9º 0.54% 0.32% -
HSV(B) 126.9º 0.7% 0.49% -
XYZ 8.48 15.01 5.14 -
YUV 89.21 104.18 90.76 -
System Red Green Blue C M Y K H S L
Decimal 37 124 47 0.70 0 0.62 0.51 126.9 0.54 0.32
Hex 25 7C 2F 46 0 3E 33 7F 36 20
Octal 45 174 57 106 0 76 63 177 66 40
Binary 100101 1111100 101111 1000110 0 111110 110011 1111111 110110 100000

Color Harmonies of #257C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257C2F

Black with #257C2F

Text Example


Text Example

White with #257C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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