Html Css Color HEX #228C1B Forest Green

📋 copy color: '#228C1B'

red 34 ◦ green 140 ◦ blue 27

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

Shades of Forest Green #228C1B

Tints of Forest Green #228C1B

RGB

 RED value IS 34 (13.67% from 255) = 16.92%

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

 BLUE value IS 27 (10.94% from 255) = 13.43%

R = 16.92%
G = 69.65%
B = 13.43%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#228C1B (or 0x228C1B) is known color: Forest Green. HEX triplet: 22, 8C and 1B. RGB value is (34,140,27). Sum of RGB (Red+Green+Blue) = 34+140+27=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 140 (55.08% from 255 or 69.65% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 140 - color contains mainly: green. Hex color #228C1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #228C1B is #DD73E4. Grayscale: #5F5F5F. Windows color (decimal): -14513125 or 1805346. OLE color: 1805346.

HSL color Cylindrical-coordinate representation of color #228C1B: hue angle of 116.28º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #228C1B is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB 34 140 27 -
CMYK 0.76 0 0.81 0.45
HSL 116.28º 0.68% 0.33% -
HSV(B) 116.28º 0.81% 0.55% -
XYZ 10.24 19.18 4.2 -
YUV 95.42 89.38 84.19 -
System Red Green Blue C M Y K H S L
Decimal 34 140 27 0.76 0 0.81 0.45 116.28 0.68 0.33
Hex 22 8C 1B 4C 0 51 2D 74 44 21
Octal 42 214 33 114 0 121 55 164 104 41
Binary 100010 10001100 11011 1001100 0 1010001 101101 1110100 1000100 100001

Color Harmonies of #228C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #228C1B

Black with #228C1B

Text Example


Text Example

White with #228C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #228C1B; }

 p { color: rgb(34,140,27); }

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

background-color css

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

 a { background-color: rgb(34,140,27); }

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

border-color css

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

 span { border-color: rgb(34,140,27); }

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