Html Css Color HEX #238B2A Forest Green

📋 copy color: '#238B2A'

red 35 ◦ green 139 ◦ blue 42

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

Shades of Forest Green #238B2A

Tints of Forest Green #238B2A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 64.35%

 BLUE value IS 42 (16.8% from 255) = 19.44%

R = 16.2%
G = 64.35%
B = 19.44%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.70

 K value IS 0.45

RGB Variations

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

Color information

#238B2A (or 0x238B2A) is known color: Forest Green. HEX triplet: 23, 8B and 2A. RGB value is (35,139,42). Sum of RGB (Red+Green+Blue) = 35+139+42=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 139 (54.69% from 255 or 64.35% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 139 - color contains mainly: green. Hex color #238B2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238B2A is #DC74D5. Grayscale: #616161. Windows color (decimal): -14447830 or 2788131. OLE color: 2788131.

HSL color Cylindrical-coordinate representation of color #238B2A: hue angle of 124.04º 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 #238B2A is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB 35 139 42 -
CMYK 0.75 0 0.70 0.45
HSL 124.04º 0.6% 0.34% -
HSV(B) 124.04º 0.75% 0.55% -
XYZ 10.34 18.99 5.31 -
YUV 96.85 97.04 83.89 -
System Red Green Blue C M Y K H S L
Decimal 35 139 42 0.75 0 0.70 0.45 124.04 0.6 0.34
Hex 23 8B 2A 4B 0 46 2D 7C 3C 22
Octal 43 213 52 113 0 106 55 174 74 42
Binary 100011 10001011 101010 1001011 0 1000110 101101 1111100 111100 100010

Color Harmonies of #238B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238B2A

Black with #238B2A

Text Example


Text Example

White with #238B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,139,42); }

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

background-color css

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

 a { background-color: rgb(35,139,42); }

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

border-color css

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

 span { border-color: rgb(35,139,42); }

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