Html Css Color HEX #257D34 Japanese Laurel

📋 copy color: '#257D34'

red 37 ◦ green 125 ◦ blue 52

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

Shades of Japanese Laurel #257D34

Tints of Japanese Laurel #257D34

RGB

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

 GREEN value IS 125 (49.22% from 255) = 58.41%

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

R = 17.29%
G = 58.41%
B = 24.3%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#257D34 (or 0x257D34) is known color: Japanese Laurel. HEX triplet: 25, 7D and 34. RGB value is (37,125,52). Sum of RGB (Red+Green+Blue) = 37+125+52=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 125 (49.22% from 255 or 58.41% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 125 - color contains mainly: green. Hex color #257D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257D34 is #DA82CB. Grayscale: #5A5A5A. Windows color (decimal): -14320332 or 3439909. OLE color: 3439909.

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

Color convert

RGB 37 125 52 -
CMYK 0.70 0 0.58 0.51
HSL 130.23º 0.54% 0.32% -
HSV(B) 130.23º 0.7% 0.49% -
XYZ 8.72 15.31 5.74 -
YUV 90.37 106.35 89.94 -
System Red Green Blue C M Y K H S L
Decimal 37 125 52 0.70 0 0.58 0.51 130.23 0.54 0.32
Hex 25 7D 34 46 0 3A 33 82 36 20
Octal 45 175 64 106 0 72 63 202 66 40
Binary 100101 1111101 110100 1000110 0 111010 110011 10000010 110110 100000

Color Harmonies of #257D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257D34

Black with #257D34

Text Example


Text Example

White with #257D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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