Html Css Color HEX #257F34 Japanese Laurel

📋 copy color: '#257F34'

red 37 ◦ green 127 ◦ blue 52

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

Shades of Japanese Laurel #257F34

Tints of Japanese Laurel #257F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.07%

R = 17.13%
G = 58.8%
B = 24.07%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#257F34 (or 0x257F34) is known color: Japanese Laurel. HEX triplet: 25, 7F and 34. RGB value is (37,127,52). Sum of RGB (Red+Green+Blue) = 37+127+52=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 127 (50% from 255 or 58.80% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 127 - color contains mainly: green. Hex color #257F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257F34 is #DA80CB. Grayscale: #5B5B5B. Windows color (decimal): -14319820 or 3440421. OLE color: 3440421.

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

Color convert

RGB 37 127 52 -
CMYK 0.71 0 0.59 0.50
HSL 130º 0.55% 0.32% -
HSV(B) 130º 0.71% 0.5% -
XYZ 8.97 15.82 5.83 -
YUV 91.54 105.68 89.1 -
System Red Green Blue C M Y K H S L
Decimal 37 127 52 0.71 0 0.59 0.50 130 0.55 0.32
Hex 25 7F 34 47 0 3B 32 82 37 20
Octal 45 177 64 107 0 73 62 202 67 40
Binary 100101 1111111 110100 1000111 0 111011 110010 10000010 110111 100000

Color Harmonies of #257F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257F34

Black with #257F34

Text Example


Text Example

White with #257F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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