Html Css Color HEX #23826D Elf Green

📋 copy color: '#23826D'

red 35 ◦ green 130 ◦ blue 109

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

Shades of Elf Green #23826D

Tints of Elf Green #23826D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.78%

R = 12.77%
G = 47.45%
B = 39.78%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#23826D (or 0x23826D) is known color: Elf Green. HEX triplet: 23, 82 and 6D. RGB value is (35,130,109). Sum of RGB (Red+Green+Blue) = 35+130+109=274 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.77% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #23826D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23826D is #DC7D92. Grayscale: #636363. Windows color (decimal): -14450067 or 7176739. OLE color: 7176739.

HSL color Cylindrical-coordinate representation of color #23826D: hue angle of 166.74º 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 #23826D is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 35 130 109 -
CMYK 0.73 0 0.16 0.49
HSL 166.74º 0.58% 0.32% -
HSV(B) 166.74º 0.73% 0.51% -
XYZ 11.44 17.43 17.23 -
YUV 99.2 133.53 82.21 -
System Red Green Blue C M Y K H S L
Decimal 35 130 109 0.73 0 0.16 0.49 166.74 0.58 0.32
Hex 23 82 6D 49 0 10 31 A7 3A 20
Octal 43 202 155 111 0 20 61 247 72 40
Binary 100011 10000010 1101101 1001001 0 10000 110001 10100111 111010 100000

Color Harmonies of #23826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23826D

Black with #23826D

Text Example


Text Example

White with #23826D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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