Html Css Color HEX #238A30 Forest Green

📋 copy color: '#238A30'

red 35 ◦ green 138 ◦ blue 48

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

Shades of Forest Green #238A30

Tints of Forest Green #238A30

RGB

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

 GREEN value IS 138 (54.3% from 255) = 62.44%

 BLUE value IS 48 (19.14% from 255) = 21.72%

R = 15.84%
G = 62.44%
B = 21.72%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.65

 K value IS 0.46

RGB Variations

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

Color information

#238A30 (or 0x238A30) is known color: Forest Green. HEX triplet: 23, 8A and 30. RGB value is (35,138,48). Sum of RGB (Red+Green+Blue) = 35+138+48=221 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.84% from 221); Green value is 138 (54.30% from 255 or 62.44% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 138 - color contains mainly: green. Hex color #238A30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238A30 is #DC75CF. Grayscale: #616161. Windows color (decimal): -14448080 or 3181091. OLE color: 3181091.

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

Color convert

RGB 35 138 48 -
CMYK 0.75 0 0.65 0.46
HSL 127.57º 0.6% 0.34% -
HSV(B) 127.57º 0.75% 0.54% -
XYZ 10.32 18.75 5.87 -
YUV 96.94 100.38 83.82 -
System Red Green Blue C M Y K H S L
Decimal 35 138 48 0.75 0 0.65 0.46 127.57 0.6 0.34
Hex 23 8A 30 4B 0 41 2E 80 3C 22
Octal 43 212 60 113 0 101 56 200 74 42
Binary 100011 10001010 110000 1001011 0 1000001 101110 10000000 111100 100010

Color Harmonies of #238A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238A30

Black with #238A30

Text Example


Text Example

White with #238A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,138,48); }

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

background-color css

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

 a { background-color: rgb(35,138,48); }

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

border-color css

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

 span { border-color: rgb(35,138,48); }

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