Html Css Color HEX #1B8230 Forest Green

📋 copy color: '#1B8230'

red 27 ◦ green 130 ◦ blue 48

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

Shades of Forest Green #1B8230

Tints of Forest Green #1B8230

RGB

 RED value IS 27 (10.94% from 255) = 13.17%

 GREEN value IS 130 (51.17% from 255) = 63.41%

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

R = 13.17%
G = 63.41%
B = 23.41%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#1B8230 (or 0x1B8230) is known color: Forest Green. HEX triplet: 1B, 82 and 30. RGB value is (27,130,48). Sum of RGB (Red+Green+Blue) = 27+130+48=205 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.17% from 205); Green value is 130 (51.17% from 255 or 63.41% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 130 - color contains mainly: green. Hex color #1B8230 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B8230 is #E47DCF. Grayscale: #5A5A5A. Windows color (decimal): -14974416 or 3179035. OLE color: 3179035.

HSL color Cylindrical-coordinate representation of color #1B8230: hue angle of 132.23º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B8230 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 27 130 48 -
CMYK 0.79 0 0.63 0.49
HSL 132.23º 0.66% 0.31% -
HSV(B) 132.23º 0.79% 0.51% -
XYZ 8.97 16.41 5.49 -
YUV 89.86 104.38 83.17 -
System Red Green Blue C M Y K H S L
Decimal 27 130 48 0.79 0 0.63 0.49 132.23 0.66 0.31
Hex 1B 82 30 4F 0 3F 31 84 42 1F
Octal 33 202 60 117 0 77 61 204 102 37
Binary 11011 10000010 110000 1001111 0 111111 110001 10000100 1000010 11111

Color Harmonies of #1B8230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B8230

Black with #1B8230

Text Example


Text Example

White with #1B8230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B8230; }

 p { color: rgb(27,130,48); }

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

background-color css

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

 a { background-color: rgb(27,130,48); }

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

border-color css

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

 span { border-color: rgb(27,130,48); }

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