Html Css Color HEX #258132 Japanese Laurel

📋 copy color: '#258132'

red 37 ◦ green 129 ◦ blue 50

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

Shades of Japanese Laurel #258132

Tints of Japanese Laurel #258132

RGB

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

 GREEN value IS 129 (50.78% from 255) = 59.72%

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

R = 17.13%
G = 59.72%
B = 23.15%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#258132 (or 0x258132) is known color: Japanese Laurel. HEX triplet: 25, 81 and 32. RGB value is (37,129,50). Sum of RGB (Red+Green+Blue) = 37+129+50=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 129 (50.78% from 255 or 59.72% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 129 - color contains mainly: green. Hex color #258132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258132 is #DA7ECD. Grayscale: #5C5C5C. Windows color (decimal): -14319310 or 3309861. OLE color: 3309861.

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

Color convert

RGB 37 129 50 -
CMYK 0.71 0 0.61 0.49
HSL 128.48º 0.55% 0.33% -
HSV(B) 128.48º 0.71% 0.51% -
XYZ 9.19 16.32 5.68 -
YUV 92.49 104.02 88.42 -
System Red Green Blue C M Y K H S L
Decimal 37 129 50 0.71 0 0.61 0.49 128.48 0.55 0.33
Hex 25 81 32 47 0 3D 31 80 37 21
Octal 45 201 62 107 0 75 61 200 67 41
Binary 100101 10000001 110010 1000111 0 111101 110001 10000000 110111 100001

Color Harmonies of #258132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258132

Black with #258132

Text Example


Text Example

White with #258132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258132; }

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

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

background-color css

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

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

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

border-color css

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

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

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