Html Css Color HEX #257830 Japanese Laurel

📋 copy color: '#257830'

red 37 ◦ green 120 ◦ blue 48

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

Shades of Japanese Laurel #257830

Tints of Japanese Laurel #257830

RGB

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

 GREEN value IS 120 (47.27% from 255) = 58.54%

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

R = 18.05%
G = 58.54%
B = 23.41%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#257830 (or 0x257830) is known color: Japanese Laurel. HEX triplet: 25, 78 and 30. RGB value is (37,120,48). Sum of RGB (Red+Green+Blue) = 37+120+48=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 120 (47.27% from 255 or 58.54% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 120 - color contains mainly: green. Hex color #257830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257830 is #DA87CF. Grayscale: #575757. Windows color (decimal): -14321616 or 3176485. OLE color: 3176485.

HSL color Cylindrical-coordinate representation of color #257830: hue angle of 127.95º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257830 is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 120 48 -
CMYK 0.69 0 0.60 0.53
HSL 127.95º 0.53% 0.31% -
HSV(B) 127.95º 0.69% 0.47% -
XYZ 8.01 14.04 5.08 -
YUV 86.98 106 92.35 -
System Red Green Blue C M Y K H S L
Decimal 37 120 48 0.69 0 0.60 0.53 127.95 0.53 0.31
Hex 25 78 30 45 0 3C 35 80 35 1F
Octal 45 170 60 105 0 74 65 200 65 37
Binary 100101 1111000 110000 1000101 0 111100 110101 10000000 110101 11111

Color Harmonies of #257830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257830

Black with #257830

Text Example


Text Example

White with #257830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257830; }

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

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

background-color css

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

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

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

border-color css

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

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

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