Html Css Color HEX #258232 Japanese Laurel

📋 copy color: '#258232'

red 37 ◦ green 130 ◦ blue 50

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

Shades of Japanese Laurel #258232

Tints of Japanese Laurel #258232

RGB

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

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

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

R = 17.05%
G = 59.91%
B = 23.04%

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

#258232 (or 0x258232) is known color: Japanese Laurel. HEX triplet: 25, 82 and 32. RGB value is (37,130,50). Sum of RGB (Red+Green+Blue) = 37+130+50=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 130 (51.17% from 255 or 59.91% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 130 - color contains mainly: green. Hex color #258232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258232 is #DA7DCD. Grayscale: #5D5D5D. Windows color (decimal): -14319054 or 3310117. OLE color: 3310117.

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

Color convert

RGB 37 130 50 -
CMYK 0.72 0 0.62 0.49
HSL 128.39º 0.56% 0.33% -
HSV(B) 128.39º 0.72% 0.51% -
XYZ 9.32 16.59 5.73 -
YUV 93.07 103.69 88 -
System Red Green Blue C M Y K H S L
Decimal 37 130 50 0.72 0 0.62 0.49 128.39 0.56 0.33
Hex 25 82 32 48 0 3E 31 80 38 21
Octal 45 202 62 110 0 76 61 200 70 41
Binary 100101 10000010 110010 1001000 0 111110 110001 10000000 111000 100001

Color Harmonies of #258232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258232

Black with #258232

Text Example


Text Example

White with #258232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258232; }

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

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

background-color css

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

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

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

border-color css

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

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

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