Html Css Color HEX #25855F Elf Green

📋 copy color: '#25855F'

red 37 ◦ green 133 ◦ blue 95

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

Shades of Elf Green #25855F

Tints of Elf Green #25855F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50.19%

 BLUE value IS 95 (37.5% from 255) = 35.85%

R = 13.96%
G = 50.19%
B = 35.85%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#25855F (or 0x25855F) is known color: Elf Green. HEX triplet: 25, 85 and 5F. RGB value is (37,133,95). Sum of RGB (Red+Green+Blue) = 37+133+95=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 133 (52.34% from 255 or 50.19% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 133 - color contains mainly: green. Hex color #25855F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25855F is #DA7AA0. Grayscale: #646464. Windows color (decimal): -14318241 or 6260005. OLE color: 6260005.

HSL color Cylindrical-coordinate representation of color #25855F: hue angle of 156.25º 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 #25855F is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 133 95 -
CMYK 0.72 0 0.29 0.48
HSL 156.25º 0.56% 0.33% -
HSV(B) 156.25º 0.72% 0.52% -
XYZ 11.22 17.99 13.71 -
YUV 99.96 125.2 83.09 -
System Red Green Blue C M Y K H S L
Decimal 37 133 95 0.72 0 0.29 0.48 156.25 0.56 0.33
Hex 25 85 5F 48 0 1D 30 9C 38 21
Octal 45 205 137 110 0 35 60 234 70 41
Binary 100101 10000101 1011111 1001000 0 11101 110000 10011100 111000 100001

Color Harmonies of #25855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25855F

Black with #25855F

Text Example


Text Example

White with #25855F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25855F; }

 p { color: rgb(37,133,95); }

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

background-color css

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

 a { background-color: rgb(37,133,95); }

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

border-color css

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

 span { border-color: rgb(37,133,95); }

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