Html Css Color HEX #25846A Elf Green

📋 copy color: '#25846A'

red 37 ◦ green 132 ◦ blue 106

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

Shades of Elf Green #25846A

Tints of Elf Green #25846A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.55%

R = 13.45%
G = 48%
B = 38.55%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#25846A (or 0x25846A) is known color: Elf Green. HEX triplet: 25, 84 and 6A. RGB value is (37,132,106). Sum of RGB (Red+Green+Blue) = 37+132+106=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #25846A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25846A is #DA7B95. Grayscale: #646464. Windows color (decimal): -14318486 or 6980645. OLE color: 6980645.

HSL color Cylindrical-coordinate representation of color #25846A: hue angle of 163.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 #25846A is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 132 106 -
CMYK 0.72 0 0.20 0.48
HSL 163.58º 0.56% 0.33% -
HSV(B) 163.58º 0.72% 0.52% -
XYZ 11.62 17.94 16.49 -
YUV 100.63 131.03 82.61 -
System Red Green Blue C M Y K H S L
Decimal 37 132 106 0.72 0 0.20 0.48 163.58 0.56 0.33
Hex 25 84 6A 48 0 14 30 A4 38 21
Octal 45 204 152 110 0 24 60 244 70 41
Binary 100101 10000100 1101010 1001000 0 10100 110000 10100100 111000 100001

Color Harmonies of #25846A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25846A

Black with #25846A

Text Example


Text Example

White with #25846A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25846A; }

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

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

background-color css

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

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

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

border-color css

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

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

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