Html Css Color HEX #257934 Japanese Laurel

📋 copy color: '#257934'

red 37 ◦ green 121 ◦ blue 52

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

Shades of Japanese Laurel #257934

Tints of Japanese Laurel #257934

RGB

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

 GREEN value IS 121 (47.66% from 255) = 57.62%

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

R = 17.62%
G = 57.62%
B = 24.76%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#257934 (or 0x257934) is known color: Japanese Laurel. HEX triplet: 25, 79 and 34. RGB value is (37,121,52). Sum of RGB (Red+Green+Blue) = 37+121+52=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 121 (47.66% from 255 or 57.62% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 121 - color contains mainly: green. Hex color #257934 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #257934 is #DA86CB. Grayscale: #585858. Windows color (decimal): -14321356 or 3438885. OLE color: 3438885.

HSL color Cylindrical-coordinate representation of color #257934: hue angle of 130.71º 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 #257934 is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 121 52 -
CMYK 0.69 0 0.57 0.53
HSL 130.71º 0.53% 0.31% -
HSV(B) 130.71º 0.69% 0.47% -
XYZ 8.22 14.32 5.58 -
YUV 88.02 107.67 91.61 -
System Red Green Blue C M Y K H S L
Decimal 37 121 52 0.69 0 0.57 0.53 130.71 0.53 0.31
Hex 25 79 34 45 0 39 35 83 35 1F
Octal 45 171 64 105 0 71 65 203 65 37
Binary 100101 1111001 110100 1000101 0 111001 110101 10000011 110101 11111

Color Harmonies of #257934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257934

Black with #257934

Text Example


Text Example

White with #257934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257934; }

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

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

background-color css

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

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

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

border-color css

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

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

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