Html Css Color HEX #12B334 Dark Pastel Green

📋 copy color: '#12B334'

red 18 ◦ green 179 ◦ blue 52

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

Shades of Dark Pastel Green #12B334

Tints of Dark Pastel Green #12B334

RGB

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

 GREEN value IS 179 (70.31% from 255) = 71.89%

 BLUE value IS 52 (20.7% from 255) = 20.88%

R = 7.23%
G = 71.89%
B = 20.88%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#12B334 (or 0x12B334) is known color: Dark Pastel Green. HEX triplet: 12, B3 and 34. RGB value is (18,179,52). Sum of RGB (Red+Green+Blue) = 18+179+52=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 179 (70.31% from 255 or 71.89% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 179 - color contains mainly: green. Hex color #12B334 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B334 is #ED4CCB. Grayscale: #747474. Windows color (decimal): -15551692 or 3453714. OLE color: 3453714.

HSL color Cylindrical-coordinate representation of color #12B334: hue angle of 132.67º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B334 is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 179 52 -
CMYK 0.90 0 0.71 0.30
HSL 132.67º 0.82% 0.39% -
HSV(B) 132.67º 0.9% 0.7% -
XYZ 16.99 32.62 8.65 -
YUV 116.38 91.66 57.83 -
System Red Green Blue C M Y K H S L
Decimal 18 179 52 0.90 0 0.71 0.30 132.67 0.82 0.39
Hex 12 B3 34 5A 0 47 1E 85 52 27
Octal 22 263 64 132 0 107 36 205 122 47
Binary 10010 10110011 110100 1011010 0 1000111 11110 10000101 1010010 100111

Color Harmonies of #12B334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B334

Black with #12B334

Text Example


Text Example

White with #12B334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,179,52); }

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

background-color css

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

 a { background-color: rgb(18,179,52); }

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

border-color css

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

 span { border-color: rgb(18,179,52); }

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