Html Css Color HEX #23825F Elf Green

📋 copy color: '#23825F'

red 35 ◦ green 130 ◦ blue 95

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

Shades of Elf Green #23825F

Tints of Elf Green #23825F

RGB

 RED value IS 35 (14.06% from 255) = 13.46%

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

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

R = 13.46%
G = 50%
B = 36.54%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#23825F (or 0x23825F) is known color: Elf Green. HEX triplet: 23, 82 and 5F. RGB value is (35,130,95). Sum of RGB (Red+Green+Blue) = 35+130+95=260 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.46% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #23825F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23825F is #DC7DA0. Grayscale: #616161. Windows color (decimal): -14450081 or 6259235. OLE color: 6259235.

HSL color Cylindrical-coordinate representation of color #23825F: hue angle of 157.89º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #23825F is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 35 130 95 -
CMYK 0.73 0 0.27 0.49
HSL 157.89º 0.58% 0.32% -
HSV(B) 157.89º 0.73% 0.51% -
XYZ 10.74 17.15 13.57 -
YUV 97.61 126.53 83.35 -
System Red Green Blue C M Y K H S L
Decimal 35 130 95 0.73 0 0.27 0.49 157.89 0.58 0.32
Hex 23 82 5F 49 0 1B 31 9E 3A 20
Octal 43 202 137 111 0 33 61 236 72 40
Binary 100011 10000010 1011111 1001001 0 11011 110001 10011110 111010 100000

Color Harmonies of #23825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23825F

Black with #23825F

Text Example


Text Example

White with #23825F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,130,95); }

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

background-color css

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

 a { background-color: rgb(35,130,95); }

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

border-color css

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

 span { border-color: rgb(35,130,95); }

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