Html Css Color HEX #1B852A Forest Green

📋 copy color: '#1B852A'

red 27 ◦ green 133 ◦ blue 42

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

Shades of Forest Green #1B852A

Tints of Forest Green #1B852A

RGB

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

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

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

R = 13.37%
G = 65.84%
B = 20.79%

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

#1B852A (or 0x1B852A) is known color: Forest Green. HEX triplet: 1B, 85 and 2A. RGB value is (27,133,42). Sum of RGB (Red+Green+Blue) = 27+133+42=202 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.37% from 202); Green value is 133 (52.34% from 255 or 65.84% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 133 - color contains mainly: green. Hex color #1B852A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1B852A is #E47AD5. Grayscale: #5B5B5B. Windows color (decimal): -14973654 or 2786587. OLE color: 2786587.

HSL color Cylindrical-coordinate representation of color #1B852A: hue angle of 128.49º 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 #1B852A is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 27 133 42 -
CMYK 0.80 0 0.68 0.48
HSL 128.49º 0.66% 0.31% -
HSV(B) 128.49º 0.8% 0.52% -
XYZ 9.26 17.18 5.02 -
YUV 90.93 100.38 82.4 -
System Red Green Blue C M Y K H S L
Decimal 27 133 42 0.80 0 0.68 0.48 128.49 0.66 0.31
Hex 1B 85 2A 50 0 44 30 80 42 1F
Octal 33 205 52 120 0 104 60 200 102 37
Binary 11011 10000101 101010 1010000 0 1000100 110000 10000000 1000010 11111

Color Harmonies of #1B852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B852A

Black with #1B852A

Text Example


Text Example

White with #1B852A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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