Html Css Color HEX #258431 Japanese Laurel

📋 copy color: '#258431'

red 37 ◦ green 132 ◦ blue 49

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

Shades of Japanese Laurel #258431

Tints of Japanese Laurel #258431

RGB

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

 GREEN value IS 132 (51.95% from 255) = 60.55%

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

R = 16.97%
G = 60.55%
B = 22.48%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#258431 (or 0x258431) is known color: Japanese Laurel. HEX triplet: 25, 84 and 31. RGB value is (37,132,49). Sum of RGB (Red+Green+Blue) = 37+132+49=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 132 (51.95% from 255 or 60.55% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 132 - color contains mainly: green. Hex color #258431 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258431 is #DA7BCE. Grayscale: #5E5E5E. Windows color (decimal): -14318543 or 3245093. OLE color: 3245093.

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

Color convert

RGB 37 132 49 -
CMYK 0.72 0 0.63 0.48
HSL 127.58º 0.56% 0.33% -
HSV(B) 127.58º 0.72% 0.52% -
XYZ 9.57 17.12 5.71 -
YUV 94.13 102.53 87.25 -
System Red Green Blue C M Y K H S L
Decimal 37 132 49 0.72 0 0.63 0.48 127.58 0.56 0.33
Hex 25 84 31 48 0 3F 30 80 38 21
Octal 45 204 61 110 0 77 60 200 70 41
Binary 100101 10000100 110001 1001000 0 111111 110000 10000000 111000 100001

Color Harmonies of #258431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258431

Black with #258431

Text Example


Text Example

White with #258431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258431; }

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

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

background-color css

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

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

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

border-color css

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

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

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