Html Css Color HEX #257B32 Japanese Laurel

📋 copy color: '#257B32'

red 37 ◦ green 123 ◦ blue 50

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

Shades of Japanese Laurel #257B32

Tints of Japanese Laurel #257B32

RGB

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

 GREEN value IS 123 (48.44% from 255) = 58.57%

 BLUE value IS 50 (19.92% from 255) = 23.81%

R = 17.62%
G = 58.57%
B = 23.81%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.59

 K value IS 0.52

RGB Variations

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

Color information

#257B32 (or 0x257B32) is known color: Japanese Laurel. HEX triplet: 25, 7B and 32. RGB value is (37,123,50). Sum of RGB (Red+Green+Blue) = 37+123+50=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 123 (48.44% from 255 or 58.57% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 123 - color contains mainly: green. Hex color #257B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257B32 is #DA84CD. Grayscale: #595959. Windows color (decimal): -14320846 or 3308325. OLE color: 3308325.

HSL color Cylindrical-coordinate representation of color #257B32: hue angle of 129.07º degrees, saturation: 0.54, 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 #257B32 is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.

Color convert

RGB 37 123 50 -
CMYK 0.70 0 0.59 0.52
HSL 129.07º 0.54% 0.31% -
HSV(B) 129.07º 0.7% 0.48% -
XYZ 8.42 14.79 5.43 -
YUV 88.96 106.01 90.94 -
System Red Green Blue C M Y K H S L
Decimal 37 123 50 0.70 0 0.59 0.52 129.07 0.54 0.31
Hex 25 7B 32 46 0 3B 34 81 36 1F
Octal 45 173 62 106 0 73 64 201 66 37
Binary 100101 1111011 110010 1000110 0 111011 110100 10000001 110110 11111

Color Harmonies of #257B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257B32

Black with #257B32

Text Example


Text Example

White with #257B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,123,50); }

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

background-color css

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

 a { background-color: rgb(37,123,50); }

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

border-color css

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

 span { border-color: rgb(37,123,50); }

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