Html Css Color HEX #238069 Elf Green

📋 copy color: '#238069'

red 35 ◦ green 128 ◦ blue 105

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

Shades of Elf Green #238069

Tints of Elf Green #238069

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.76%

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

R = 13.06%
G = 47.76%
B = 39.18%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#238069 (or 0x238069) is known color: Elf Green. HEX triplet: 23, 80 and 69. RGB value is (35,128,105). Sum of RGB (Red+Green+Blue) = 35+128+105=268 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.06% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 128 - color contains mainly: green. Hex color #238069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238069 is #DC7F96. Grayscale: #616161. Windows color (decimal): -14450583 or 6914083. OLE color: 6914083.

HSL color Cylindrical-coordinate representation of color #238069: hue angle of 165.16º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238069 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB 35 128 105 -
CMYK 0.73 0 0.18 0.50
HSL 165.16º 0.57% 0.32% -
HSV(B) 165.16º 0.73% 0.5% -
XYZ 10.96 16.82 16.03 -
YUV 97.57 132.19 83.37 -
System Red Green Blue C M Y K H S L
Decimal 35 128 105 0.73 0 0.18 0.50 165.16 0.57 0.32
Hex 23 80 69 49 0 12 32 A5 39 20
Octal 43 200 151 111 0 22 62 245 71 40
Binary 100011 10000000 1101001 1001001 0 10010 110010 10100101 111001 100000

Color Harmonies of #238069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238069

Black with #238069

Text Example


Text Example

White with #238069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238069; }

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

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

background-color css

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

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

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

border-color css

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

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

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