Html Css Color HEX #238142 Dark Spring Green

📋 copy color: '#238142'

red 35 ◦ green 129 ◦ blue 66

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

Shades of Dark Spring Green #238142

Tints of Dark Spring Green #238142

RGB

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

 GREEN value IS 129 (50.78% from 255) = 56.09%

 BLUE value IS 66 (26.17% from 255) = 28.7%

R = 15.22%
G = 56.09%
B = 28.7%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#238142 (or 0x238142) is known color: Dark Spring Green. HEX triplet: 23, 81 and 42. RGB value is (35,129,66). Sum of RGB (Red+Green+Blue) = 35+129+66=230 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.22% from 230); Green value is 129 (50.78% from 255 or 56.09% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 129 - color contains mainly: green. Hex color #238142 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238142 is #DC7EBD. Grayscale: #5D5D5D. Windows color (decimal): -14450366 or 4358435. OLE color: 4358435.

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

Color convert

RGB 35 129 66 -
CMYK 0.73 0 0.49 0.49
HSL 139.79º 0.57% 0.32% -
HSV(B) 139.79º 0.73% 0.51% -
XYZ 9.53 16.45 7.83 -
YUV 93.71 112.36 86.12 -
System Red Green Blue C M Y K H S L
Decimal 35 129 66 0.73 0 0.49 0.49 139.79 0.57 0.32
Hex 23 81 42 49 0 31 31 8C 39 20
Octal 43 201 102 111 0 61 61 214 71 40
Binary 100011 10000001 1000010 1001001 0 110001 110001 10001100 111001 100000

Color Harmonies of #238142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238142

Black with #238142

Text Example


Text Example

White with #238142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238142; }

 p { color: rgb(35,129,66); }

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

background-color css

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

 a { background-color: rgb(35,129,66); }

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

border-color css

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

 span { border-color: rgb(35,129,66); }

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