Html Css Color HEX #129423 Forest Green

📋 copy color: '#129423'

red 18 ◦ green 148 ◦ blue 35

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

Shades of Forest Green #129423

Tints of Forest Green #129423

RGB

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

 GREEN value IS 148 (58.2% from 255) = 73.63%

 BLUE value IS 35 (14.06% from 255) = 17.41%

R = 8.96%
G = 73.63%
B = 17.41%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#129423 (or 0x129423) is known color: Forest Green. HEX triplet: 12, 94 and 23. RGB value is (18,148,35). Sum of RGB (Red+Green+Blue) = 18+148+35=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 148 (58.20% from 255 or 73.63% from 201); Blue value is 35 (14.06% from 255 or 17.41% from 201); Max value from RGB is 148 - color contains mainly: green. Hex color #129423 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129423 is #ED6BDC. Grayscale: #606060. Windows color (decimal): -15559645 or 2331666. OLE color: 2331666.

HSL color Cylindrical-coordinate representation of color #129423: hue angle of 127.85º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129423 is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 148 35 -
CMYK 0.88 0 0.76 0.42
HSL 127.85º 0.78% 0.33% -
HSV(B) 127.85º 0.88% 0.58% -
XYZ 11.14 21.43 5.14 -
YUV 96.25 93.43 72.19 -
System Red Green Blue C M Y K H S L
Decimal 18 148 35 0.88 0 0.76 0.42 127.85 0.78 0.33
Hex 12 94 23 58 0 4C 2A 80 4E 21
Octal 22 224 43 130 0 114 52 200 116 41
Binary 10010 10010100 100011 1011000 0 1001100 101010 10000000 1001110 100001

Color Harmonies of #129423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129423

Black with #129423

Text Example


Text Example

White with #129423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129423; }

 p { color: rgb(18,148,35); }

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

background-color css

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

 a { background-color: rgb(18,148,35); }

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

border-color css

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

 span { border-color: rgb(18,148,35); }

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