Html Css Color HEX #2B8534 Japanese Laurel

📋 copy color: '#2B8534'

red 43 ◦ green 133 ◦ blue 52

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

Shades of Japanese Laurel #2B8534

Tints of Japanese Laurel #2B8534

RGB

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

 GREEN value IS 133 (52.34% from 255) = 58.33%

 BLUE value IS 52 (20.7% from 255) = 22.81%

R = 18.86%
G = 58.33%
B = 22.81%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#2B8534 (or 0x2B8534) is known color: Japanese Laurel. HEX triplet: 2B, 85 and 34. RGB value is (43,133,52). Sum of RGB (Red+Green+Blue) = 43+133+52=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 133 (52.34% from 255 or 58.33% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 133 - color contains mainly: green. Hex color #2B8534 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8534 is #D47ACB. Grayscale: #616161. Windows color (decimal): -13925068 or 3441963. OLE color: 3441963.

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

Color convert

RGB 43 133 52 -
CMYK 0.68 0 0.61 0.48
HSL 126º 0.51% 0.35% -
HSV(B) 126º 0.68% 0.52% -
XYZ 10 17.54 6.11 -
YUV 96.86 102.68 89.59 -
System Red Green Blue C M Y K H S L
Decimal 43 133 52 0.68 0 0.61 0.48 126 0.51 0.35
Hex 2B 85 34 44 0 3D 30 7E 33 23
Octal 53 205 64 104 0 75 60 176 63 43
Binary 101011 10000101 110100 1000100 0 111101 110000 1111110 110011 100011

Color Harmonies of #2B8534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8534

Black with #2B8534

Text Example


Text Example

White with #2B8534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,133,52); }

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

background-color css

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

 a { background-color: rgb(43,133,52); }

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

border-color css

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

 span { border-color: rgb(43,133,52); }

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