Html Css Color HEX #23AF3F Dark Pastel Green

📋 copy color: '#23AF3F'

red 35 ◦ green 175 ◦ blue 63

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

Shades of Dark Pastel Green #23AF3F

Tints of Dark Pastel Green #23AF3F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 64.1%

 BLUE value IS 63 (25% from 255) = 23.08%

R = 12.82%
G = 64.1%
B = 23.08%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#23AF3F (or 0x23AF3F) is known color: Dark Pastel Green. HEX triplet: 23, AF and 3F. RGB value is (35,175,63). Sum of RGB (Red+Green+Blue) = 35+175+63=273 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.82% from 273); Green value is 175 (68.75% from 255 or 64.10% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 175 - color contains mainly: green. Hex color #23AF3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23AF3F is #DC50C0. Grayscale: #787878. Windows color (decimal): -14438593 or 4173603. OLE color: 4173603.

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

Color convert

RGB 35 175 63 -
CMYK 0.8 0 0.64 0.31
HSL 132º 0.67% 0.41% -
HSV(B) 132º 0.8% 0.69% -
XYZ 16.92 31.38 9.87 -
YUV 120.37 95.62 67.11 -
System Red Green Blue C M Y K H S L
Decimal 35 175 63 0.8 0 0.64 0.31 132 0.67 0.41
Hex 23 AF 3F 50 0 40 1F 84 43 29
Octal 43 257 77 120 0 100 37 204 103 51
Binary 100011 10101111 111111 1010000 0 1000000 11111 10000100 1000011 101001

Color Harmonies of #23AF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23AF3F

Black with #23AF3F

Text Example


Text Example

White with #23AF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,175,63); }

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

background-color css

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

 a { background-color: rgb(35,175,63); }

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

border-color css

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

 span { border-color: rgb(35,175,63); }

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