Html Css Color HEX #2B833D Japanese Laurel

📋 copy color: '#2B833D'

red 43 ◦ green 131 ◦ blue 61

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

Shades of Japanese Laurel #2B833D

Tints of Japanese Laurel #2B833D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 55.74%

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

R = 18.3%
G = 55.74%
B = 25.96%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#2B833D (or 0x2B833D) is known color: Japanese Laurel. HEX triplet: 2B, 83 and 3D. RGB value is (43,131,61). Sum of RGB (Red+Green+Blue) = 43+131+61=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 131 (51.56% from 255 or 55.74% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 131 - color contains mainly: green. Hex color #2B833D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B833D is #D47CC2. Grayscale: #606060. Windows color (decimal): -13925571 or 4031275. OLE color: 4031275.

HSL color Cylindrical-coordinate representation of color #2B833D: hue angle of 132.27º degrees, saturation: 0.51, 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 #2B833D is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 43 131 61 -
CMYK 0.67 0 0.53 0.49
HSL 132.27º 0.51% 0.34% -
HSV(B) 132.27º 0.67% 0.51% -
XYZ 9.95 17.08 7.19 -
YUV 96.71 107.85 89.69 -
System Red Green Blue C M Y K H S L
Decimal 43 131 61 0.67 0 0.53 0.49 132.27 0.51 0.34
Hex 2B 83 3D 43 0 35 31 84 33 22
Octal 53 203 75 103 0 65 61 204 63 42
Binary 101011 10000011 111101 1000011 0 110101 110001 10000100 110011 100010

Color Harmonies of #2B833D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B833D

Black with #2B833D

Text Example


Text Example

White with #2B833D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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