Html Css Color HEX #12D32F Dark Pastel Green

📋 copy color: '#12D32F'

red 18 ◦ green 211 ◦ blue 47

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

Shades of Dark Pastel Green #12D32F

Tints of Dark Pastel Green #12D32F

RGB

 RED value IS 18 (7.42% from 255) = 6.52%

 GREEN value IS 211 (82.81% from 255) = 76.45%

 BLUE value IS 47 (18.75% from 255) = 17.03%

R = 6.52%
G = 76.45%
B = 17.03%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#12D32F (or 0x12D32F) is known color: Dark Pastel Green. HEX triplet: 12, D3 and 2F. RGB value is (18,211,47). Sum of RGB (Red+Green+Blue) = 18+211+47=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 211 (82.81% from 255 or 76.45% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 211 - color contains mainly: green. Hex color #12D32F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D32F is #ED2CD0. Grayscale: #878787. Windows color (decimal): -15543505 or 3134226. OLE color: 3134226.

HSL color Cylindrical-coordinate representation of color #12D32F: hue angle of 129.02º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D32F is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 18 211 47 -
CMYK 0.91 0 0.78 0.17
HSL 129.02º 0.84% 0.45% -
HSV(B) 129.02º 0.91% 0.83% -
XYZ 24.06 46.92 10.48 -
YUV 134.6 78.56 44.84 -
System Red Green Blue C M Y K H S L
Decimal 18 211 47 0.91 0 0.78 0.17 129.02 0.84 0.45
Hex 12 D3 2F 5B 0 4E 11 81 54 2D
Octal 22 323 57 133 0 116 21 201 124 55
Binary 10010 11010011 101111 1011011 0 1001110 10001 10000001 1010100 101101

Color Harmonies of #12D32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D32F

Black with #12D32F

Text Example


Text Example

White with #12D32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12D32F; }

 p { color: rgb(18,211,47); }

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

background-color css

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

 a { background-color: rgb(18,211,47); }

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

border-color css

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

 span { border-color: rgb(18,211,47); }

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