Html Css Color HEX #2B883C Japanese Laurel

📋 copy color: '#2B883C'

red 43 ◦ green 136 ◦ blue 60

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

Shades of Japanese Laurel #2B883C

Tints of Japanese Laurel #2B883C

RGB

 RED value IS 43 (17.19% from 255) = 17.99%

 GREEN value IS 136 (53.52% from 255) = 56.9%

 BLUE value IS 60 (23.83% from 255) = 25.1%

R = 17.99%
G = 56.9%
B = 25.1%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#2B883C (or 0x2B883C) is known color: Japanese Laurel. HEX triplet: 2B, 88 and 3C. RGB value is (43,136,60). Sum of RGB (Red+Green+Blue) = 43+136+60=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 136 (53.52% from 255 or 56.90% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 136 - color contains mainly: green. Hex color #2B883C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B883C is #D477C3. Grayscale: #636363. Windows color (decimal): -13924292 or 3967019. OLE color: 3967019.

HSL color Cylindrical-coordinate representation of color #2B883C: hue angle of 130.97º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B883C is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 43 136 60 -
CMYK 0.68 0 0.56 0.47
HSL 130.97º 0.52% 0.35% -
HSV(B) 130.97º 0.68% 0.53% -
XYZ 10.62 18.45 7.28 -
YUV 99.53 105.69 87.68 -
System Red Green Blue C M Y K H S L
Decimal 43 136 60 0.68 0 0.56 0.47 130.97 0.52 0.35
Hex 2B 88 3C 44 0 38 2F 83 34 23
Octal 53 210 74 104 0 70 57 203 64 43
Binary 101011 10001000 111100 1000100 0 111000 101111 10000011 110100 100011

Color Harmonies of #2B883C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B883C

Black with #2B883C

Text Example


Text Example

White with #2B883C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B883C; }

 p { color: rgb(43,136,60); }

 H1.HeaderClassName
 {
   color: #2B883C;
 }
 .AnyTagClassName
 {
   color: #2B883C;
 }
</style>

background-color css

<style>
 a { background-color: #2B883C; }

 a { background-color: rgb(43,136,60); }

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

border-color css

<style>
 span { border-color: #2B883C; }

 span { border-color: rgb(43,136,60); }

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