Html Css Color HEX #238665 Elf Green

📋 copy color: '#238665'

red 35 ◦ green 134 ◦ blue 101

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

Shades of Elf Green #238665

Tints of Elf Green #238665

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.63%

 BLUE value IS 101 (39.84% from 255) = 37.41%

R = 12.96%
G = 49.63%
B = 37.41%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#238665 (or 0x238665) is known color: Elf Green. HEX triplet: 23, 86 and 65. RGB value is (35,134,101). Sum of RGB (Red+Green+Blue) = 35+134+101=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 134 (52.73% from 255 or 49.63% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 134 - color contains mainly: green. Hex color #238665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238665 is #DC799A. Grayscale: #646464. Windows color (decimal): -14449051 or 6653475. OLE color: 6653475.

HSL color Cylindrical-coordinate representation of color #238665: hue angle of 160º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238665 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 35 134 101 -
CMYK 0.74 0 0.25 0.47
HSL 160º 0.59% 0.33% -
HSV(B) 160º 0.74% 0.53% -
XYZ 11.57 18.35 15.24 -
YUV 100.64 128.2 81.18 -
System Red Green Blue C M Y K H S L
Decimal 35 134 101 0.74 0 0.25 0.47 160 0.59 0.33
Hex 23 86 65 4A 0 19 2F A0 3B 21
Octal 43 206 145 112 0 31 57 240 73 41
Binary 100011 10000110 1100101 1001010 0 11001 101111 10100000 111011 100001

Color Harmonies of #238665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238665

Black with #238665

Text Example


Text Example

White with #238665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238665; }

 p { color: rgb(35,134,101); }

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

background-color css

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

 a { background-color: rgb(35,134,101); }

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

border-color css

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

 span { border-color: rgb(35,134,101); }

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