Html Css Color HEX #238369 Elf Green

📋 copy color: '#238369'

red 35 ◦ green 131 ◦ blue 105

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

Shades of Elf Green #238369

Tints of Elf Green #238369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.34%

 BLUE value IS 105 (41.41% from 255) = 38.75%

R = 12.92%
G = 48.34%
B = 38.75%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#238369 (or 0x238369) is known color: Elf Green. HEX triplet: 23, 83 and 69. RGB value is (35,131,105). Sum of RGB (Red+Green+Blue) = 35+131+105=271 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.92% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 131 - color contains mainly: green. Hex color #238369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238369 is #DC7C96. Grayscale: #636363. Windows color (decimal): -14449815 or 6914851. OLE color: 6914851.

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

Color convert

RGB 35 131 105 -
CMYK 0.73 0 0.20 0.49
HSL 163.75º 0.58% 0.33% -
HSV(B) 163.75º 0.73% 0.51% -
XYZ 11.36 17.61 16.16 -
YUV 99.33 131.2 82.11 -
System Red Green Blue C M Y K H S L
Decimal 35 131 105 0.73 0 0.20 0.49 163.75 0.58 0.33
Hex 23 83 69 49 0 14 31 A4 3A 21
Octal 43 203 151 111 0 24 61 244 72 41
Binary 100011 10000011 1101001 1001001 0 10100 110001 10100100 111010 100001

Color Harmonies of #238369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238369

Black with #238369

Text Example


Text Example

White with #238369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238369; }

 p { color: rgb(35,131,105); }

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

background-color css

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

 a { background-color: rgb(35,131,105); }

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

border-color css

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

 span { border-color: rgb(35,131,105); }

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