Html Css Color HEX #12CB2D Dark Pastel Green

📋 copy color: '#12CB2D'

red 18 ◦ green 203 ◦ blue 45

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

Shades of Dark Pastel Green #12CB2D

Tints of Dark Pastel Green #12CB2D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 76.32%

 BLUE value IS 45 (17.97% from 255) = 16.92%

R = 6.77%
G = 76.32%
B = 16.92%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#12CB2D (or 0x12CB2D) is known color: Dark Pastel Green. HEX triplet: 12, CB and 2D. RGB value is (18,203,45). Sum of RGB (Red+Green+Blue) = 18+203+45=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 203 (79.69% from 255 or 76.32% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 203 - color contains mainly: green. Hex color #12CB2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CB2D is #ED34D2. Grayscale: #828282. Windows color (decimal): -15545555 or 3001106. OLE color: 3001106.

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

Color convert

RGB 18 203 45 -
CMYK 0.91 0 0.78 0.20
HSL 128.76º 0.84% 0.43% -
HSV(B) 128.76º 0.91% 0.8% -
XYZ 22.08 43.03 9.62 -
YUV 129.67 80.21 48.35 -
System Red Green Blue C M Y K H S L
Decimal 18 203 45 0.91 0 0.78 0.20 128.76 0.84 0.43
Hex 12 CB 2D 5B 0 4E 14 81 54 2B
Octal 22 313 55 133 0 116 24 201 124 53
Binary 10010 11001011 101101 1011011 0 1001110 10100 10000001 1010100 101011

Color Harmonies of #12CB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CB2D

Black with #12CB2D

Text Example


Text Example

White with #12CB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,203,45); }

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

background-color css

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

 a { background-color: rgb(18,203,45); }

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

border-color css

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

 span { border-color: rgb(18,203,45); }

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