Html Css Color HEX #12B534 Dark Pastel Green

📋 copy color: '#12B534'

red 18 ◦ green 181 ◦ blue 52

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

Shades of Dark Pastel Green #12B534

Tints of Dark Pastel Green #12B534

RGB

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

 GREEN value IS 181 (71.09% from 255) = 72.11%

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

R = 7.17%
G = 72.11%
B = 20.72%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#12B534 (or 0x12B534) is known color: Dark Pastel Green. HEX triplet: 12, B5 and 34. RGB value is (18,181,52). Sum of RGB (Red+Green+Blue) = 18+181+52=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 181 (71.09% from 255 or 72.11% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 181 - color contains mainly: green. Hex color #12B534 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B534 is #ED4ACB. Grayscale: #757575. Windows color (decimal): -15551180 or 3454226. OLE color: 3454226.

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

Color convert

RGB 18 181 52 -
CMYK 0.90 0 0.71 0.29
HSL 132.52º 0.82% 0.39% -
HSV(B) 132.52º 0.9% 0.71% -
XYZ 17.39 33.42 8.78 -
YUV 117.56 91 56.99 -
System Red Green Blue C M Y K H S L
Decimal 18 181 52 0.90 0 0.71 0.29 132.52 0.82 0.39
Hex 12 B5 34 5A 0 47 1D 85 52 27
Octal 22 265 64 132 0 107 35 205 122 47
Binary 10010 10110101 110100 1011010 0 1000111 11101 10000101 1010010 100111

Color Harmonies of #12B534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B534

Black with #12B534

Text Example


Text Example

White with #12B534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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