Html Css Color HEX #257A30 Japanese Laurel

📋 copy color: '#257A30'

red 37 ◦ green 122 ◦ blue 48

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

Shades of Japanese Laurel #257A30

Tints of Japanese Laurel #257A30

RGB

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

 GREEN value IS 122 (48.05% from 255) = 58.94%

 BLUE value IS 48 (19.14% from 255) = 23.19%

R = 17.87%
G = 58.94%
B = 23.19%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.61

 K value IS 0.52

RGB Variations

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

Color information

#257A30 (or 0x257A30) is known color: Japanese Laurel. HEX triplet: 25, 7A and 30. RGB value is (37,122,48). Sum of RGB (Red+Green+Blue) = 37+122+48=207 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.87% from 207); Green value is 122 (48.05% from 255 or 58.94% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 122 - color contains mainly: green. Hex color #257A30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257A30 is #DA85CF. Grayscale: #585858. Windows color (decimal): -14321104 or 3176997. OLE color: 3176997.

HSL color Cylindrical-coordinate representation of color #257A30: hue angle of 127.76º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257A30 is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.52.

Color convert

RGB 37 122 48 -
CMYK 0.70 0 0.61 0.52
HSL 127.76º 0.53% 0.31% -
HSV(B) 127.76º 0.7% 0.48% -
XYZ 8.26 14.53 5.16 -
YUV 88.15 105.34 91.52 -
System Red Green Blue C M Y K H S L
Decimal 37 122 48 0.70 0 0.61 0.52 127.76 0.53 0.31
Hex 25 7A 30 46 0 3D 34 80 35 1F
Octal 45 172 60 106 0 75 64 200 65 37
Binary 100101 1111010 110000 1000110 0 111101 110100 10000000 110101 11111

Color Harmonies of #257A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257A30

Black with #257A30

Text Example


Text Example

White with #257A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,122,48); }

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

background-color css

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

 a { background-color: rgb(37,122,48); }

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

border-color css

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

 span { border-color: rgb(37,122,48); }

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