Html Css Color HEX #23B140 Dark Pastel Green

📋 copy color: '#23B140'

red 35 ◦ green 177 ◦ blue 64

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

Shades of Dark Pastel Green #23B140

Tints of Dark Pastel Green #23B140

RGB

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

 GREEN value IS 177 (69.53% from 255) = 64.13%

 BLUE value IS 64 (25.39% from 255) = 23.19%

R = 12.68%
G = 64.13%
B = 23.19%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#23B140 (or 0x23B140) is known color: Dark Pastel Green. HEX triplet: 23, B1 and 40. RGB value is (35,177,64). Sum of RGB (Red+Green+Blue) = 35+177+64=276 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.68% from 276); Green value is 177 (69.53% from 255 or 64.13% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 177 - color contains mainly: green. Hex color #23B140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23B140 is #DC4EBF. Grayscale: #797979. Windows color (decimal): -14438080 or 4239651. OLE color: 4239651.

HSL color Cylindrical-coordinate representation of color #23B140: hue angle of 132.25º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23B140 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 35 177 64 -
CMYK 0.80 0 0.64 0.31
HSL 132.25º 0.67% 0.42% -
HSV(B) 132.25º 0.8% 0.69% -
XYZ 17.34 32.17 10.15 -
YUV 121.66 95.46 66.19 -
System Red Green Blue C M Y K H S L
Decimal 35 177 64 0.80 0 0.64 0.31 132.25 0.67 0.42
Hex 23 B1 40 50 0 40 1F 84 43 2A
Octal 43 261 100 120 0 100 37 204 103 52
Binary 100011 10110001 1000000 1010000 0 1000000 11111 10000100 1000011 101010

Color Harmonies of #23B140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23B140

Black with #23B140

Text Example


Text Example

White with #23B140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23B140; }

 p { color: rgb(35,177,64); }

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

background-color css

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

 a { background-color: rgb(35,177,64); }

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

border-color css

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

 span { border-color: rgb(35,177,64); }

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