Html Css Color HEX #12B31F Dark Pastel Green

📋 copy color: '#12B31F'

red 18 ◦ green 179 ◦ blue 31

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

Shades of Dark Pastel Green #12B31F

Tints of Dark Pastel Green #12B31F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.6%

R = 7.89%
G = 78.51%
B = 13.6%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#12B31F (or 0x12B31F) is known color: Dark Pastel Green. HEX triplet: 12, B3 and 1F. RGB value is (18,179,31). Sum of RGB (Red+Green+Blue) = 18+179+31=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 179 (70.31% from 255 or 78.51% from 228); Blue value is 31 (12.5% from 255 or 13.60% from 228); Max value from RGB is 179 - color contains mainly: green. Hex color #12B31F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B31F is #ED4CE0. Grayscale: #727272. Windows color (decimal): -15551713 or 2077458. OLE color: 2077458.

HSL color Cylindrical-coordinate representation of color #12B31F: hue angle of 124.84º 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 #12B31F is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 179 31 -
CMYK 0.90 0 0.83 0.30
HSL 124.84º 0.82% 0.39% -
HSV(B) 124.84º 0.9% 0.7% -
XYZ 16.62 32.47 6.69 -
YUV 113.99 81.16 59.53 -
System Red Green Blue C M Y K H S L
Decimal 18 179 31 0.90 0 0.83 0.30 124.84 0.82 0.39
Hex 12 B3 1F 5A 0 53 1E 7D 52 27
Octal 22 263 37 132 0 123 36 175 122 47
Binary 10010 10110011 11111 1011010 0 1010011 11110 1111101 1010010 100111

Color Harmonies of #12B31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B31F

Black with #12B31F

Text Example


Text Example

White with #12B31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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