Html Css Color HEX #258032 Japanese Laurel

📋 copy color: '#258032'

red 37 ◦ green 128 ◦ blue 50

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

Shades of Japanese Laurel #258032

Tints of Japanese Laurel #258032

RGB

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

 GREEN value IS 128 (50.39% from 255) = 59.53%

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

R = 17.21%
G = 59.53%
B = 23.26%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#258032 (or 0x258032) is known color: Japanese Laurel. HEX triplet: 25, 80 and 32. RGB value is (37,128,50). Sum of RGB (Red+Green+Blue) = 37+128+50=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 128 (50.39% from 255 or 59.53% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 128 - color contains mainly: green. Hex color #258032 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258032 is #DA7FCD. Grayscale: #5C5C5C. Windows color (decimal): -14319566 or 3309605. OLE color: 3309605.

HSL color Cylindrical-coordinate representation of color #258032: hue angle of 128.57º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #258032 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 128 50 -
CMYK 0.71 0 0.61 0.50
HSL 128.57º 0.55% 0.32% -
HSV(B) 128.57º 0.71% 0.5% -
XYZ 9.06 16.06 5.64 -
YUV 91.9 104.35 88.84 -
System Red Green Blue C M Y K H S L
Decimal 37 128 50 0.71 0 0.61 0.50 128.57 0.55 0.32
Hex 25 80 32 47 0 3D 32 81 37 20
Octal 45 200 62 107 0 75 62 201 67 40
Binary 100101 10000000 110010 1000111 0 111101 110010 10000001 110111 100000

Color Harmonies of #258032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258032

Black with #258032

Text Example


Text Example

White with #258032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258032; }

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

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

background-color css

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

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

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

border-color css

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

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

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