Html Css Color HEX #238C3A Forest Green

📋 copy color: '#238C3A'

red 35 ◦ green 140 ◦ blue 58

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

Shades of Forest Green #238C3A

Tints of Forest Green #238C3A

RGB

 RED value IS 35 (14.06% from 255) = 15.02%

 GREEN value IS 140 (55.08% from 255) = 60.09%

 BLUE value IS 58 (23.05% from 255) = 24.89%

R = 15.02%
G = 60.09%
B = 24.89%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.59

 K value IS 0.45

RGB Variations

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

Color information

#238C3A (or 0x238C3A) is known color: Forest Green. HEX triplet: 23, 8C and 3A. RGB value is (35,140,58). Sum of RGB (Red+Green+Blue) = 35+140+58=233 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.02% from 233); Green value is 140 (55.08% from 255 or 60.09% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 140 - color contains mainly: green. Hex color #238C3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238C3A is #DC73C5. Grayscale: #636363. Windows color (decimal): -14447558 or 3836963. OLE color: 3836963.

HSL color Cylindrical-coordinate representation of color #238C3A: hue angle of 133.14º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238C3A is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.45.

Color convert

RGB 35 140 58 -
CMYK 0.75 0 0.59 0.45
HSL 133.14º 0.6% 0.34% -
HSV(B) 133.14º 0.75% 0.55% -
XYZ 10.83 19.42 7.18 -
YUV 99.26 104.71 82.17 -
System Red Green Blue C M Y K H S L
Decimal 35 140 58 0.75 0 0.59 0.45 133.14 0.6 0.34
Hex 23 8C 3A 4B 0 3B 2D 85 3C 22
Octal 43 214 72 113 0 73 55 205 74 42
Binary 100011 10001100 111010 1001011 0 111011 101101 10000101 111100 100010

Color Harmonies of #238C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238C3A

Black with #238C3A

Text Example


Text Example

White with #238C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238C3A; }

 p { color: rgb(35,140,58); }

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

background-color css

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

 a { background-color: rgb(35,140,58); }

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

border-color css

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

 span { border-color: rgb(35,140,58); }

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