Html Css Color HEX #258331 Japanese Laurel

📋 copy color: '#258331'

red 37 ◦ green 131 ◦ blue 49

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

Shades of Japanese Laurel #258331

Tints of Japanese Laurel #258331

RGB

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

 GREEN value IS 131 (51.56% from 255) = 60.37%

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

R = 17.05%
G = 60.37%
B = 22.58%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#258331 (or 0x258331) is known color: Japanese Laurel. HEX triplet: 25, 83 and 31. RGB value is (37,131,49). Sum of RGB (Red+Green+Blue) = 37+131+49=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 131 (51.56% from 255 or 60.37% from 217); Blue value is 49 (19.53% from 255 or 22.58% from 217); Max value from RGB is 131 - color contains mainly: green. Hex color #258331 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258331 is #DA7CCE. Grayscale: #5D5D5D. Windows color (decimal): -14318799 or 3244837. OLE color: 3244837.

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

Color convert

RGB 37 131 49 -
CMYK 0.72 0 0.63 0.49
HSL 127.66º 0.56% 0.33% -
HSV(B) 127.66º 0.72% 0.51% -
XYZ 9.43 16.85 5.66 -
YUV 93.55 102.86 87.67 -
System Red Green Blue C M Y K H S L
Decimal 37 131 49 0.72 0 0.63 0.49 127.66 0.56 0.33
Hex 25 83 31 48 0 3F 31 80 38 21
Octal 45 203 61 110 0 77 61 200 70 41
Binary 100101 10000011 110001 1001000 0 111111 110001 10000000 111000 100001

Color Harmonies of #258331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258331

Black with #258331

Text Example


Text Example

White with #258331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258331; }

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

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

background-color css

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

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

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

border-color css

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

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

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