Html Css Color HEX #18C038 Dark Pastel Green

📋 copy color: '#18C038'

red 24 ◦ green 192 ◦ blue 56

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

Shades of Dark Pastel Green #18C038

Tints of Dark Pastel Green #18C038

RGB

 RED value IS 24 (9.77% from 255) = 8.82%

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

 BLUE value IS 56 (22.27% from 255) = 20.59%

R = 8.82%
G = 70.59%
B = 20.59%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#18C038 (or 0x18C038) is known color: Dark Pastel Green. HEX triplet: 18, C0 and 38. RGB value is (24,192,56). Sum of RGB (Red+Green+Blue) = 24+192+56=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 192 (75.39% from 255 or 70.59% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 192 - color contains mainly: green. Hex color #18C038 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C038 is #E73FC7. Grayscale: #7E7E7E. Windows color (decimal): -15155144 or 3719192. OLE color: 3719192.

HSL color Cylindrical-coordinate representation of color #18C038: hue angle of 131.43º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C038 is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 192 56 -
CMYK 0.88 0 0.71 0.25
HSL 131.43º 0.78% 0.42% -
HSV(B) 131.43º 0.88% 0.75% -
XYZ 19.94 38.18 10.06 -
YUV 126.26 88.34 55.06 -
System Red Green Blue C M Y K H S L
Decimal 24 192 56 0.88 0 0.71 0.25 131.43 0.78 0.42
Hex 18 C0 38 58 0 47 19 83 4E 2A
Octal 30 300 70 130 0 107 31 203 116 52
Binary 11000 11000000 111000 1011000 0 1000111 11001 10000011 1001110 101010

Color Harmonies of #18C038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C038

Black with #18C038

Text Example


Text Example

White with #18C038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18C038; }

 p { color: rgb(24,192,56); }

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

background-color css

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

 a { background-color: rgb(24,192,56); }

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

border-color css

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

 span { border-color: rgb(24,192,56); }

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