Html Css Color HEX #2B8A40 Japanese Laurel

📋 copy color: '#2B8A40'

red 43 ◦ green 138 ◦ blue 64

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

Shades of Japanese Laurel #2B8A40

Tints of Japanese Laurel #2B8A40

RGB

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

 GREEN value IS 138 (54.3% from 255) = 56.33%

 BLUE value IS 64 (25.39% from 255) = 26.12%

R = 17.55%
G = 56.33%
B = 26.12%

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

#2B8A40 (or 0x2B8A40) is known color: Japanese Laurel. HEX triplet: 2B, 8A and 40. RGB value is (43,138,64). Sum of RGB (Red+Green+Blue) = 43+138+64=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 138 (54.30% from 255 or 56.33% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 138 - color contains mainly: green. Hex color #2B8A40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8A40 is #D475BF. Grayscale: #656565. Windows color (decimal): -13923776 or 4229675. OLE color: 4229675.

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

Color convert

RGB 43 138 64 -
CMYK 0.69 0 0.54 0.46
HSL 133.26º 0.52% 0.35% -
HSV(B) 133.26º 0.69% 0.54% -
XYZ 11.01 19.06 7.95 -
YUV 101.16 107.03 86.52 -
System Red Green Blue C M Y K H S L
Decimal 43 138 64 0.69 0 0.54 0.46 133.26 0.52 0.35
Hex 2B 8A 40 45 0 36 2E 85 34 23
Octal 53 212 100 105 0 66 56 205 64 43
Binary 101011 10001010 1000000 1000101 0 110110 101110 10000101 110100 100011

Color Harmonies of #2B8A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8A40

Black with #2B8A40

Text Example


Text Example

White with #2B8A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,138,64); }

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

background-color css

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

 a { background-color: rgb(43,138,64); }

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

border-color css

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

 span { border-color: rgb(43,138,64); }

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