Html Css Color HEX #2B813A Japanese Laurel

📋 copy color: '#2B813A'

red 43 ◦ green 129 ◦ blue 58

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

Shades of Japanese Laurel #2B813A

Tints of Japanese Laurel #2B813A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 56.09%

 BLUE value IS 58 (23.05% from 255) = 25.22%

R = 18.7%
G = 56.09%
B = 25.22%

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

#2B813A (or 0x2B813A) is known color: Japanese Laurel. HEX triplet: 2B, 81 and 3A. RGB value is (43,129,58). Sum of RGB (Red+Green+Blue) = 43+129+58=230 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.70% from 230); Green value is 129 (50.78% from 255 or 56.09% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 129 - color contains mainly: green. Hex color #2B813A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B813A is #D47EC5. Grayscale: #5F5F5F. Windows color (decimal): -13926086 or 3834155. OLE color: 3834155.

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

Color convert

RGB 43 129 58 -
CMYK 0.67 0 0.55 0.49
HSL 130.47º 0.5% 0.34% -
HSV(B) 130.47º 0.67% 0.51% -
XYZ 9.61 16.52 6.69 -
YUV 95.19 107.01 90.77 -
System Red Green Blue C M Y K H S L
Decimal 43 129 58 0.67 0 0.55 0.49 130.47 0.5 0.34
Hex 2B 81 3A 43 0 37 31 82 32 22
Octal 53 201 72 103 0 67 61 202 62 42
Binary 101011 10000001 111010 1000011 0 110111 110001 10000010 110010 100010

Color Harmonies of #2B813A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B813A

Black with #2B813A

Text Example


Text Example

White with #2B813A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,129,58); }

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

background-color css

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

 a { background-color: rgb(43,129,58); }

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

border-color css

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

 span { border-color: rgb(43,129,58); }

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