Html Css Color HEX #1B852B Forest Green

📋 copy color: '#1B852B'

red 27 ◦ green 133 ◦ blue 43

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

Shades of Forest Green #1B852B

Tints of Forest Green #1B852B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 65.52%

 BLUE value IS 43 (17.19% from 255) = 21.18%

R = 13.3%
G = 65.52%
B = 21.18%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#1B852B (or 0x1B852B) is known color: Forest Green. HEX triplet: 1B, 85 and 2B. RGB value is (27,133,43). Sum of RGB (Red+Green+Blue) = 27+133+43=203 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.30% from 203); Green value is 133 (52.34% from 255 or 65.52% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 133 - color contains mainly: green. Hex color #1B852B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B852B is #E47AD4. Grayscale: #5B5B5B. Windows color (decimal): -14973653 or 2852123. OLE color: 2852123.

HSL color Cylindrical-coordinate representation of color #1B852B: hue angle of 129.06º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B852B is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 27 133 43 -
CMYK 0.80 0 0.68 0.48
HSL 129.06º 0.66% 0.31% -
HSV(B) 129.06º 0.8% 0.52% -
XYZ 9.28 17.18 5.11 -
YUV 91.05 100.88 82.32 -
System Red Green Blue C M Y K H S L
Decimal 27 133 43 0.80 0 0.68 0.48 129.06 0.66 0.31
Hex 1B 85 2B 50 0 44 30 81 42 1F
Octal 33 205 53 120 0 104 60 201 102 37
Binary 11011 10000101 101011 1010000 0 1000100 110000 10000001 1000010 11111

Color Harmonies of #1B852B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B852B

Black with #1B852B

Text Example


Text Example

White with #1B852B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,133,43); }

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

background-color css

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

 a { background-color: rgb(27,133,43); }

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

border-color css

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

 span { border-color: rgb(27,133,43); }

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