Html Css Color HEX #257C2D Japanese Laurel

📋 copy color: '#257C2D'

red 37 ◦ green 124 ◦ blue 45

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

Shades of Japanese Laurel #257C2D

Tints of Japanese Laurel #257C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.84%

R = 17.96%
G = 60.19%
B = 21.84%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#257C2D (or 0x257C2D) is known color: Japanese Laurel. HEX triplet: 25, 7C and 2D. RGB value is (37,124,45). Sum of RGB (Red+Green+Blue) = 37+124+45=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 124 (48.83% from 255 or 60.19% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 124 - color contains mainly: green. Hex color #257C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257C2D is #DA83D2. Grayscale: #595959. Windows color (decimal): -14320595 or 2980901. OLE color: 2980901.

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

Color convert

RGB 37 124 45 -
CMYK 0.70 0 0.64 0.51
HSL 125.52º 0.54% 0.32% -
HSV(B) 125.52º 0.7% 0.49% -
XYZ 8.44 15 4.93 -
YUV 88.98 103.18 90.92 -
System Red Green Blue C M Y K H S L
Decimal 37 124 45 0.70 0 0.64 0.51 125.52 0.54 0.32
Hex 25 7C 2D 46 0 40 33 7E 36 20
Octal 45 174 55 106 0 100 63 176 66 40
Binary 100101 1111100 101101 1000110 0 1000000 110011 1111110 110110 100000

Color Harmonies of #257C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257C2D

Black with #257C2D

Text Example


Text Example

White with #257C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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