Html Css Color HEX #2B8732 Japanese Laurel

📋 copy color: '#2B8732'

red 43 ◦ green 135 ◦ blue 50

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

Shades of Japanese Laurel #2B8732

Tints of Japanese Laurel #2B8732

RGB

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

 GREEN value IS 135 (53.13% from 255) = 59.21%

 BLUE value IS 50 (19.92% from 255) = 21.93%

R = 18.86%
G = 59.21%
B = 21.93%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#2B8732 (or 0x2B8732) is known color: Japanese Laurel. HEX triplet: 2B, 87 and 32. RGB value is (43,135,50). Sum of RGB (Red+Green+Blue) = 43+135+50=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 135 (53.12% from 255 or 59.21% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 135 - color contains mainly: green. Hex color #2B8732 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8732 is #D478CD. Grayscale: #626262. Windows color (decimal): -13924558 or 3311403. OLE color: 3311403.

HSL color Cylindrical-coordinate representation of color #2B8732: hue angle of 124.57º 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 #2B8732 is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 43 135 50 -
CMYK 0.68 0 0.63 0.47
HSL 124.57º 0.52% 0.35% -
HSV(B) 124.57º 0.68% 0.53% -
XYZ 10.24 18.07 5.97 -
YUV 97.8 101.02 88.91 -
System Red Green Blue C M Y K H S L
Decimal 43 135 50 0.68 0 0.63 0.47 124.57 0.52 0.35
Hex 2B 87 32 44 0 3F 2F 7D 34 23
Octal 53 207 62 104 0 77 57 175 64 43
Binary 101011 10000111 110010 1000100 0 111111 101111 1111101 110100 100011

Color Harmonies of #2B8732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8732

Black with #2B8732

Text Example


Text Example

White with #2B8732

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,135,50); }

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

background-color css

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

 a { background-color: rgb(43,135,50); }

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

border-color css

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

 span { border-color: rgb(43,135,50); }

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