Html Css Color HEX #2B8241 Japanese Laurel

📋 copy color: '#2B8241'

red 43 ◦ green 130 ◦ blue 65

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

Shades of Japanese Laurel #2B8241

Tints of Japanese Laurel #2B8241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 27.31%

R = 18.07%
G = 54.62%
B = 27.31%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#2B8241 (or 0x2B8241) is known color: Japanese Laurel. HEX triplet: 2B, 82 and 41. RGB value is (43,130,65). Sum of RGB (Red+Green+Blue) = 43+130+65=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 130 (51.17% from 255 or 54.62% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 130 - color contains mainly: green. Hex color #2B8241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8241 is #D47DBE. Grayscale: #606060. Windows color (decimal): -13925823 or 4293163. OLE color: 4293163.

HSL color Cylindrical-coordinate representation of color #2B8241: hue angle of 135.17º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B8241 is Cyan = 0.67, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 43 130 65 -
CMYK 0.67 0 0.50 0.49
HSL 135.17º 0.5% 0.34% -
HSV(B) 135.17º 0.67% 0.51% -
XYZ 9.93 16.86 7.73 -
YUV 96.58 110.18 89.79 -
System Red Green Blue C M Y K H S L
Decimal 43 130 65 0.67 0 0.50 0.49 135.17 0.5 0.34
Hex 2B 82 41 43 0 32 31 87 32 22
Octal 53 202 101 103 0 62 61 207 62 42
Binary 101011 10000010 1000001 1000011 0 110010 110001 10000111 110010 100010

Color Harmonies of #2B8241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8241

Black with #2B8241

Text Example


Text Example

White with #2B8241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,130,65); }

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

background-color css

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

 a { background-color: rgb(43,130,65); }

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

border-color css

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

 span { border-color: rgb(43,130,65); }

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