Html Css Color HEX #2B893C Japanese Laurel

📋 copy color: '#2B893C'

red 43 ◦ green 137 ◦ blue 60

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

Shades of Japanese Laurel #2B893C

Tints of Japanese Laurel #2B893C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25%

R = 17.92%
G = 57.08%
B = 25%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#2B893C (or 0x2B893C) is known color: Japanese Laurel. HEX triplet: 2B, 89 and 3C. RGB value is (43,137,60). Sum of RGB (Red+Green+Blue) = 43+137+60=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 137 (53.91% from 255 or 57.08% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 137 - color contains mainly: green. Hex color #2B893C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B893C is #D476C3. Grayscale: #646464. Windows color (decimal): -13924036 or 3967275. OLE color: 3967275.

HSL color Cylindrical-coordinate representation of color #2B893C: hue angle of 130.85º 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 #2B893C is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB 43 137 60 -
CMYK 0.69 0 0.56 0.46
HSL 130.85º 0.52% 0.35% -
HSV(B) 130.85º 0.69% 0.54% -
XYZ 10.76 18.73 7.32 -
YUV 100.12 105.36 87.26 -
System Red Green Blue C M Y K H S L
Decimal 43 137 60 0.69 0 0.56 0.46 130.85 0.52 0.35
Hex 2B 89 3C 45 0 38 2E 83 34 23
Octal 53 211 74 105 0 70 56 203 64 43
Binary 101011 10001001 111100 1000101 0 111000 101110 10000011 110100 100011

Color Harmonies of #2B893C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B893C

Black with #2B893C

Text Example


Text Example

White with #2B893C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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