Html Css Color HEX #258131 Japanese Laurel

📋 copy color: '#258131'

red 37 ◦ green 129 ◦ blue 49

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

Shades of Japanese Laurel #258131

Tints of Japanese Laurel #258131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.79%

R = 17.21%
G = 60%
B = 22.79%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#258131 (or 0x258131) is known color: Japanese Laurel. HEX triplet: 25, 81 and 31. RGB value is (37,129,49). Sum of RGB (Red+Green+Blue) = 37+129+49=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 129 (50.78% from 255 or 60% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 129 - color contains mainly: green. Hex color #258131 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258131 is #DA7ECE. Grayscale: #5C5C5C. Windows color (decimal): -14319311 or 3244325. OLE color: 3244325.

HSL color Cylindrical-coordinate representation of color #258131: hue angle of 127.83º 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 #258131 is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 129 49 -
CMYK 0.71 0 0.62 0.49
HSL 127.83º 0.55% 0.33% -
HSV(B) 127.83º 0.71% 0.51% -
XYZ 9.17 16.32 5.57 -
YUV 92.37 103.52 88.5 -
System Red Green Blue C M Y K H S L
Decimal 37 129 49 0.71 0 0.62 0.49 127.83 0.55 0.33
Hex 25 81 31 47 0 3E 31 80 37 21
Octal 45 201 61 107 0 76 61 200 67 41
Binary 100101 10000001 110001 1000111 0 111110 110001 10000000 110111 100001

Color Harmonies of #258131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258131

Black with #258131

Text Example


Text Example

White with #258131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258131; }

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

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

background-color css

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

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

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

border-color css

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

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

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