Html Css Color HEX #2B833B Japanese Laurel

📋 copy color: '#2B833B'

red 43 ◦ green 131 ◦ blue 59

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

Shades of Japanese Laurel #2B833B

Tints of Japanese Laurel #2B833B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.32%

R = 18.45%
G = 56.22%
B = 25.32%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#2B833B (or 0x2B833B) is known color: Japanese Laurel. HEX triplet: 2B, 83 and 3B. RGB value is (43,131,59). Sum of RGB (Red+Green+Blue) = 43+131+59=233 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.45% from 233); Green value is 131 (51.56% from 255 or 56.22% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 131 - color contains mainly: green. Hex color #2B833B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B833B is #D47CC4. Grayscale: #606060. Windows color (decimal): -13925573 or 3900203. OLE color: 3900203.

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

Color convert

RGB 43 131 59 -
CMYK 0.67 0 0.55 0.49
HSL 130.91º 0.51% 0.34% -
HSV(B) 130.91º 0.67% 0.51% -
XYZ 9.9 17.06 6.91 -
YUV 96.48 106.85 89.85 -
System Red Green Blue C M Y K H S L
Decimal 43 131 59 0.67 0 0.55 0.49 130.91 0.51 0.34
Hex 2B 83 3B 43 0 37 31 83 33 22
Octal 53 203 73 103 0 67 61 203 63 42
Binary 101011 10000011 111011 1000011 0 110111 110001 10000011 110011 100010

Color Harmonies of #2B833B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B833B

Black with #2B833B

Text Example


Text Example

White with #2B833B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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