Html Css Color HEX #149633 Forest Green

📋 copy color: '#149633'

red 20 ◦ green 150 ◦ blue 51

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

Shades of Forest Green #149633

Tints of Forest Green #149633

RGB

 RED value IS 20 (8.2% from 255) = 9.05%

 GREEN value IS 150 (58.98% from 255) = 67.87%

 BLUE value IS 51 (20.31% from 255) = 23.08%

R = 9.05%
G = 67.87%
B = 23.08%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#149633 (or 0x149633) is known color: Forest Green. HEX triplet: 14, 96 and 33. RGB value is (20,150,51). Sum of RGB (Red+Green+Blue) = 20+150+51=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 150 (58.98% from 255 or 67.87% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 150 - color contains mainly: green. Hex color #149633 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149633 is #EB69CC. Grayscale: #646464. Windows color (decimal): -15428045 or 3380756. OLE color: 3380756.

HSL color Cylindrical-coordinate representation of color #149633: hue angle of 134.31º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149633 is Cyan = 0.87, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 150 51 -
CMYK 0.87 0 0.66 0.41
HSL 134.31º 0.76% 0.33% -
HSV(B) 134.31º 0.87% 0.59% -
XYZ 11.79 22.2 6.8 -
YUV 99.84 100.43 71.05 -
System Red Green Blue C M Y K H S L
Decimal 20 150 51 0.87 0 0.66 0.41 134.31 0.76 0.33
Hex 14 96 33 57 0 42 29 86 4C 21
Octal 24 226 63 127 0 102 51 206 114 41
Binary 10100 10010110 110011 1010111 0 1000010 101001 10000110 1001100 100001

Color Harmonies of #149633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149633

Black with #149633

Text Example


Text Example

White with #149633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149633; }

 p { color: rgb(20,150,51); }

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

background-color css

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

 a { background-color: rgb(20,150,51); }

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

border-color css

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

 span { border-color: rgb(20,150,51); }

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