Html Css Color HEX #257E33 Japanese Laurel

📋 copy color: '#257E33'

red 37 ◦ green 126 ◦ blue 51

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

Shades of Japanese Laurel #257E33

Tints of Japanese Laurel #257E33

RGB

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

 GREEN value IS 126 (49.61% from 255) = 58.88%

 BLUE value IS 51 (20.31% from 255) = 23.83%

R = 17.29%
G = 58.88%
B = 23.83%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#257E33 (or 0x257E33) is known color: Japanese Laurel. HEX triplet: 25, 7E and 33. RGB value is (37,126,51). Sum of RGB (Red+Green+Blue) = 37+126+51=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 126 (49.61% from 255 or 58.88% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 126 - color contains mainly: green. Hex color #257E33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257E33 is #DA81CC. Grayscale: #5B5B5B. Windows color (decimal): -14320077 or 3374629. OLE color: 3374629.

HSL color Cylindrical-coordinate representation of color #257E33: hue angle of 129.44º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257E33 is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB 37 126 51 -
CMYK 0.71 0 0.60 0.51
HSL 129.44º 0.55% 0.32% -
HSV(B) 129.44º 0.71% 0.49% -
XYZ 8.82 15.55 5.67 -
YUV 90.84 105.51 89.6 -
System Red Green Blue C M Y K H S L
Decimal 37 126 51 0.71 0 0.60 0.51 129.44 0.55 0.32
Hex 25 7E 33 47 0 3C 33 81 37 20
Octal 45 176 63 107 0 74 63 201 67 40
Binary 100101 1111110 110011 1000111 0 111100 110011 10000001 110111 100000

Color Harmonies of #257E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257E33

Black with #257E33

Text Example


Text Example

White with #257E33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,126,51); }

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

background-color css

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

 a { background-color: rgb(37,126,51); }

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

border-color css

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

 span { border-color: rgb(37,126,51); }

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