Html Css Color HEX #2B7A3B Japanese Laurel

📋 copy color: '#2B7A3B'

red 43 ◦ green 122 ◦ blue 59

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

Shades of Japanese Laurel #2B7A3B

Tints of Japanese Laurel #2B7A3B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 54.46%

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

R = 19.2%
G = 54.46%
B = 26.34%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.52

 K value IS 0.52

RGB Variations

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

Color information

#2B7A3B (or 0x2B7A3B) is known color: Japanese Laurel. HEX triplet: 2B, 7A and 3B. RGB value is (43,122,59). Sum of RGB (Red+Green+Blue) = 43+122+59=224 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.20% from 224); Green value is 122 (48.05% from 255 or 54.46% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 122 - color contains mainly: green. Hex color #2B7A3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7A3B is #D485C4. Grayscale: #5B5B5B. Windows color (decimal): -13927877 or 3897899. OLE color: 3897899.

HSL color Cylindrical-coordinate representation of color #2B7A3B: hue angle of 132.15º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B7A3B is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.52.

Color convert

RGB 43 122 59 -
CMYK 0.65 0 0.52 0.52
HSL 132.15º 0.48% 0.32% -
HSV(B) 132.15º 0.65% 0.48% -
XYZ 8.75 14.75 6.52 -
YUV 91.2 109.83 93.62 -
System Red Green Blue C M Y K H S L
Decimal 43 122 59 0.65 0 0.52 0.52 132.15 0.48 0.32
Hex 2B 7A 3B 41 0 34 34 84 30 20
Octal 53 172 73 101 0 64 64 204 60 40
Binary 101011 1111010 111011 1000001 0 110100 110100 10000100 110000 100000

Color Harmonies of #2B7A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7A3B

Black with #2B7A3B

Text Example


Text Example

White with #2B7A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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