Html Css Color HEX #099C2F Dark Pastel Green

📋 copy color: '#099C2F'

red 9 ◦ green 156 ◦ blue 47

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

Shades of Dark Pastel Green #099C2F

Tints of Dark Pastel Green #099C2F

RGB

 RED value IS 9 (3.91% from 255) = 4.25%

 GREEN value IS 156 (61.33% from 255) = 73.58%

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

R = 4.25%
G = 73.58%
B = 22.17%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#099C2F (or 0x099C2F) is known color: Dark Pastel Green. HEX triplet: 09, 9C and 2F. RGB value is (9,156,47). Sum of RGB (Red+Green+Blue) = 9+156+47=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 156 (61.33% from 255 or 73.58% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 156 - color contains mainly: green. Hex color #099C2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099C2F is #F663D0. Grayscale: #636363. Windows color (decimal): -16147409 or 3120137. OLE color: 3120137.

HSL color Cylindrical-coordinate representation of color #099C2F: hue angle of 135.51º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099C2F is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 156 47 -
CMYK 0.94 0 0.70 0.39
HSL 135.51º 0.89% 0.32% -
HSV(B) 135.51º 0.94% 0.61% -
XYZ 12.51 24.04 6.67 -
YUV 99.62 98.3 63.36 -
System Red Green Blue C M Y K H S L
Decimal 9 156 47 0.94 0 0.70 0.39 135.51 0.89 0.32
Hex 9 9C 2F 5E 0 46 27 88 59 20
Octal 11 234 57 136 0 106 47 210 131 40
Binary 1001 10011100 101111 1011110 0 1000110 100111 10001000 1011001 100000

Color Harmonies of #099C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099C2F

Black with #099C2F

Text Example


Text Example

White with #099C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099C2F; }

 p { color: rgb(9,156,47); }

 H1.HeaderClassName
 {
   color: #099C2F;
 }
 .AnyTagClassName
 {
   color: #099C2F;
 }
</style>

background-color css

<style>
 a { background-color: #099C2F; }

 a { background-color: rgb(9,156,47); }

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

border-color css

<style>
 span { border-color: #099C2F; }

 span { border-color: rgb(9,156,47); }

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