Html Css Color HEX #238F74 Elf Green

📋 copy color: '#238F74'

red 35 ◦ green 143 ◦ blue 116

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

Shades of Elf Green #238F74

Tints of Elf Green #238F74

RGB

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

 GREEN value IS 143 (56.25% from 255) = 48.64%

 BLUE value IS 116 (45.7% from 255) = 39.46%

R = 11.9%
G = 48.64%
B = 39.46%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#238F74 (or 0x238F74) is known color: Elf Green. HEX triplet: 23, 8F and 74. RGB value is (35,143,116). Sum of RGB (Red+Green+Blue) = 35+143+116=294 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.90% from 294); Green value is 143 (56.25% from 255 or 48.64% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 143 - color contains mainly: green. Hex color #238F74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238F74 is #DC708B. Grayscale: #6B6B6B. Windows color (decimal): -14446732 or 7638819. OLE color: 7638819.

HSL color Cylindrical-coordinate representation of color #238F74: hue angle of 165º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #238F74 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 143 116 -
CMYK 0.76 0 0.19 0.44
HSL 165º 0.61% 0.35% -
HSV(B) 165º 0.76% 0.56% -
XYZ 13.67 21.26 19.91 -
YUV 107.63 132.72 76.2 -
System Red Green Blue C M Y K H S L
Decimal 35 143 116 0.76 0 0.19 0.44 165 0.61 0.35
Hex 23 8F 74 4C 0 13 2C A5 3D 23
Octal 43 217 164 114 0 23 54 245 75 43
Binary 100011 10001111 1110100 1001100 0 10011 101100 10100101 111101 100011

Color Harmonies of #238F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238F74

Black with #238F74

Text Example


Text Example

White with #238F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238F74; }

 p { color: rgb(35,143,116); }

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

background-color css

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

 a { background-color: rgb(35,143,116); }

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

border-color css

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

 span { border-color: rgb(35,143,116); }

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