Html Css Color HEX #23C04B Dark Pastel Green

📋 copy color: '#23C04B'

red 35 ◦ green 192 ◦ blue 75

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

Shades of Dark Pastel Green #23C04B

Tints of Dark Pastel Green #23C04B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 63.58%

 BLUE value IS 75 (29.69% from 255) = 24.83%

R = 11.59%
G = 63.58%
B = 24.83%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#23C04B (or 0x23C04B) is known color: Dark Pastel Green. HEX triplet: 23, C0 and 4B. RGB value is (35,192,75). Sum of RGB (Red+Green+Blue) = 35+192+75=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 192 (75.39% from 255 or 63.58% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 192 - color contains mainly: green. Hex color #23C04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #23C04B is #DC3FB4. Grayscale: #848484. Windows color (decimal): -14434229 or 4964387. OLE color: 4964387.

HSL color Cylindrical-coordinate representation of color #23C04B: hue angle of 135.29º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C04B is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 192 75 -
CMYK 0.82 0 0.61 0.25
HSL 135.29º 0.69% 0.45% -
HSV(B) 135.29º 0.82% 0.75% -
XYZ 20.81 38.56 13 -
YUV 131.72 95.99 59.01 -
System Red Green Blue C M Y K H S L
Decimal 35 192 75 0.82 0 0.61 0.25 135.29 0.69 0.45
Hex 23 C0 4B 52 0 3D 19 87 45 2D
Octal 43 300 113 122 0 75 31 207 105 55
Binary 100011 11000000 1001011 1010010 0 111101 11001 10000111 1000101 101101

Color Harmonies of #23C04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23C04B

Black with #23C04B

Text Example


Text Example

White with #23C04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,192,75); }

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

background-color css

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

 a { background-color: rgb(35,192,75); }

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

border-color css

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

 span { border-color: rgb(35,192,75); }

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