Html Css Color HEX #25965D Eucalyptus

📋 copy color: '#25965D'

red 37 ◦ green 150 ◦ blue 93

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

Shades of Eucalyptus #25965D

Tints of Eucalyptus #25965D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 53.57%

 BLUE value IS 93 (36.72% from 255) = 33.21%

R = 13.21%
G = 53.57%
B = 33.21%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#25965D (or 0x25965D) is known color: Eucalyptus. HEX triplet: 25, 96 and 5D. RGB value is (37,150,93). Sum of RGB (Red+Green+Blue) = 37+150+93=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 150 (58.98% from 255 or 53.57% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 150 - color contains mainly: green. Hex color #25965D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25965D is #DA69A2. Grayscale: #6D6D6D. Windows color (decimal): -14313891 or 6133285. OLE color: 6133285.

HSL color Cylindrical-coordinate representation of color #25965D: hue angle of 149.73º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #25965D is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 37 150 93 -
CMYK 0.75 0 0.38 0.41
HSL 149.73º 0.6% 0.37% -
HSV(B) 149.73º 0.75% 0.59% -
XYZ 13.65 23 14.08 -
YUV 109.72 118.56 76.13 -
System Red Green Blue C M Y K H S L
Decimal 37 150 93 0.75 0 0.38 0.41 149.73 0.6 0.37
Hex 25 96 5D 4B 0 26 29 96 3C 25
Octal 45 226 135 113 0 46 51 226 74 45
Binary 100101 10010110 1011101 1001011 0 100110 101001 10010110 111100 100101

Color Harmonies of #25965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25965D

Black with #25965D

Text Example


Text Example

White with #25965D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25965D; }

 p { color: rgb(37,150,93); }

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

background-color css

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

 a { background-color: rgb(37,150,93); }

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

border-color css

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

 span { border-color: rgb(37,150,93); }

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