Html Css Color HEX #238067 Elf Green

📋 copy color: '#238067'

red 35 ◦ green 128 ◦ blue 103

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

Shades of Elf Green #238067

Tints of Elf Green #238067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 38.72%

R = 13.16%
G = 48.12%
B = 38.72%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#238067 (or 0x238067) is known color: Elf Green. HEX triplet: 23, 80 and 67. RGB value is (35,128,103). Sum of RGB (Red+Green+Blue) = 35+128+103=266 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.16% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 103 (40.62% from 255 or 38.72% from 266); Max value from RGB is 128 - color contains mainly: green. Hex color #238067 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238067 is #DC7F98. Grayscale: #616161. Windows color (decimal): -14450585 or 6783011. OLE color: 6783011.

HSL color Cylindrical-coordinate representation of color #238067: hue angle of 163.87º 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 #238067 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 35 128 103 -
CMYK 0.73 0 0.20 0.50
HSL 163.87º 0.57% 0.32% -
HSV(B) 163.87º 0.73% 0.5% -
XYZ 10.86 16.77 15.5 -
YUV 97.34 131.19 83.53 -
System Red Green Blue C M Y K H S L
Decimal 35 128 103 0.73 0 0.20 0.50 163.87 0.57 0.32
Hex 23 80 67 49 0 14 32 A4 39 20
Octal 43 200 147 111 0 24 62 244 71 40
Binary 100011 10000000 1100111 1001001 0 10100 110010 10100100 111001 100000

Color Harmonies of #238067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238067

Black with #238067

Text Example


Text Example

White with #238067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238067; }

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

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

background-color css

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

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

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

border-color css

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

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

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