Html Css Color HEX #257F2C Japanese Laurel

📋 copy color: '#257F2C'

red 37 ◦ green 127 ◦ blue 44

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

Shades of Japanese Laurel #257F2C

Tints of Japanese Laurel #257F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 21.15%

R = 17.79%
G = 61.06%
B = 21.15%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#257F2C (or 0x257F2C) is known color: Japanese Laurel. HEX triplet: 25, 7F and 2C. RGB value is (37,127,44). Sum of RGB (Red+Green+Blue) = 37+127+44=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 127 (50% from 255 or 61.06% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 127 - color contains mainly: green. Hex color #257F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257F2C is #DA80D3. Grayscale: #5A5A5A. Windows color (decimal): -14319828 or 2916133. OLE color: 2916133.

HSL color Cylindrical-coordinate representation of color #257F2C: hue angle of 124.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 #257F2C is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 127 44 -
CMYK 0.71 0 0.65 0.50
HSL 124.67º 0.55% 0.32% -
HSV(B) 124.67º 0.71% 0.5% -
XYZ 8.81 15.75 4.96 -
YUV 90.63 101.68 89.75 -
System Red Green Blue C M Y K H S L
Decimal 37 127 44 0.71 0 0.65 0.50 124.67 0.55 0.32
Hex 25 7F 2C 47 0 41 32 7D 37 20
Octal 45 177 54 107 0 101 62 175 67 40
Binary 100101 1111111 101100 1000111 0 1000001 110010 1111101 110111 100000

Color Harmonies of #257F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257F2C

Black with #257F2C

Text Example


Text Example

White with #257F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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