Html Css Color HEX #2B893F Japanese Laurel

📋 copy color: '#2B893F'

red 43 ◦ green 137 ◦ blue 63

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

Shades of Japanese Laurel #2B893F

Tints of Japanese Laurel #2B893F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 56.38%

 BLUE value IS 63 (25% from 255) = 25.93%

R = 17.7%
G = 56.38%
B = 25.93%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#2B893F (or 0x2B893F) is known color: Japanese Laurel. HEX triplet: 2B, 89 and 3F. RGB value is (43,137,63). Sum of RGB (Red+Green+Blue) = 43+137+63=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 137 (53.91% from 255 or 56.38% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 137 - color contains mainly: green. Hex color #2B893F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B893F is #D476C0. Grayscale: #646464. Windows color (decimal): -13924033 or 4163883. OLE color: 4163883.

HSL color Cylindrical-coordinate representation of color #2B893F: hue angle of 132.77º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B893F is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB 43 137 63 -
CMYK 0.69 0 0.54 0.46
HSL 132.77º 0.52% 0.35% -
HSV(B) 132.77º 0.69% 0.54% -
XYZ 10.84 18.76 7.75 -
YUV 100.46 106.86 87.02 -
System Red Green Blue C M Y K H S L
Decimal 43 137 63 0.69 0 0.54 0.46 132.77 0.52 0.35
Hex 2B 89 3F 45 0 36 2E 85 34 23
Octal 53 211 77 105 0 66 56 205 64 43
Binary 101011 10001001 111111 1000101 0 110110 101110 10000101 110100 100011

Color Harmonies of #2B893F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B893F

Black with #2B893F

Text Example


Text Example

White with #2B893F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,137,63); }

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

background-color css

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

 a { background-color: rgb(43,137,63); }

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

border-color css

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

 span { border-color: rgb(43,137,63); }

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