Html Css Color HEX #2B913D Japanese Laurel

📋 copy color: '#2B913D'

red 43 ◦ green 145 ◦ blue 61

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

Shades of Japanese Laurel #2B913D

Tints of Japanese Laurel #2B913D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 58.23%

 BLUE value IS 61 (24.22% from 255) = 24.5%

R = 17.27%
G = 58.23%
B = 24.5%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.58

 K value IS 0.43

RGB Variations

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

Color information

#2B913D (or 0x2B913D) is known color: Japanese Laurel. HEX triplet: 2B, 91 and 3D. RGB value is (43,145,61). Sum of RGB (Red+Green+Blue) = 43+145+61=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 145 (57.03% from 255 or 58.23% from 249); Blue value is 61 (24.22% from 255 or 24.50% from 249); Max value from RGB is 145 - color contains mainly: green. Hex color #2B913D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B913D is #D46EC2. Grayscale: #696969. Windows color (decimal): -13921987 or 4034859. OLE color: 4034859.

HSL color Cylindrical-coordinate representation of color #2B913D: hue angle of 130.59º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B913D is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.

Color convert

RGB 43 145 61 -
CMYK 0.70 0 0.58 0.43
HSL 130.59º 0.54% 0.37% -
HSV(B) 130.59º 0.7% 0.57% -
XYZ 11.96 21.1 7.86 -
YUV 104.93 103.21 83.83 -
System Red Green Blue C M Y K H S L
Decimal 43 145 61 0.70 0 0.58 0.43 130.59 0.54 0.37
Hex 2B 91 3D 46 0 3A 2B 83 36 25
Octal 53 221 75 106 0 72 53 203 66 45
Binary 101011 10010001 111101 1000110 0 111010 101011 10000011 110110 100101

Color Harmonies of #2B913D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B913D

Black with #2B913D

Text Example


Text Example

White with #2B913D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,145,61); }

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

background-color css

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

 a { background-color: rgb(43,145,61); }

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

border-color css

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

 span { border-color: rgb(43,145,61); }

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