Html Css Color HEX #258231 Japanese Laurel

📋 copy color: '#258231'

red 37 ◦ green 130 ◦ blue 49

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

Shades of Japanese Laurel #258231

Tints of Japanese Laurel #258231

RGB

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

 GREEN value IS 130 (51.17% from 255) = 60.19%

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

R = 17.13%
G = 60.19%
B = 22.69%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#258231 (or 0x258231) is known color: Japanese Laurel. HEX triplet: 25, 82 and 31. RGB value is (37,130,49). Sum of RGB (Red+Green+Blue) = 37+130+49=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 130 (51.17% from 255 or 60.19% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 130 - color contains mainly: green. Hex color #258231 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258231 is #DA7DCE. Grayscale: #5D5D5D. Windows color (decimal): -14319055 or 3244581. OLE color: 3244581.

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

Color convert

RGB 37 130 49 -
CMYK 0.72 0 0.62 0.49
HSL 127.74º 0.56% 0.33% -
HSV(B) 127.74º 0.72% 0.51% -
XYZ 9.3 16.58 5.62 -
YUV 92.96 103.19 88.09 -
System Red Green Blue C M Y K H S L
Decimal 37 130 49 0.72 0 0.62 0.49 127.74 0.56 0.33
Hex 25 82 31 48 0 3E 31 80 38 21
Octal 45 202 61 110 0 76 61 200 70 41
Binary 100101 10000010 110001 1001000 0 111110 110001 10000000 111000 100001

Color Harmonies of #258231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258231

Black with #258231

Text Example


Text Example

White with #258231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258231; }

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

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

background-color css

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

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

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

border-color css

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

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

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