Html Css Color HEX #2B8030 Japanese Laurel

📋 copy color: '#2B8030'

red 43 ◦ green 128 ◦ blue 48

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

Shades of Japanese Laurel #2B8030

Tints of Japanese Laurel #2B8030

RGB

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

 GREEN value IS 128 (50.39% from 255) = 58.45%

 BLUE value IS 48 (19.14% from 255) = 21.92%

R = 19.63%
G = 58.45%
B = 21.92%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#2B8030 (or 0x2B8030) is known color: Japanese Laurel. HEX triplet: 2B, 80 and 30. RGB value is (43,128,48). Sum of RGB (Red+Green+Blue) = 43+128+48=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 128 (50.39% from 255 or 58.45% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 128 - color contains mainly: green. Hex color #2B8030 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8030 is #D47FCF. Grayscale: #5D5D5D. Windows color (decimal): -13926352 or 3178539. OLE color: 3178539.

HSL color Cylindrical-coordinate representation of color #2B8030: hue angle of 123.53º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B8030 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 43 128 48 -
CMYK 0.66 0 0.62 0.50
HSL 123.53º 0.5% 0.34% -
HSV(B) 123.53º 0.66% 0.5% -
XYZ 9.25 16.17 5.43 -
YUV 93.47 102.34 92 -
System Red Green Blue C M Y K H S L
Decimal 43 128 48 0.66 0 0.62 0.50 123.53 0.5 0.34
Hex 2B 80 30 42 0 3E 32 7C 32 22
Octal 53 200 60 102 0 76 62 174 62 42
Binary 101011 10000000 110000 1000010 0 111110 110010 1111100 110010 100010

Color Harmonies of #2B8030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8030

Black with #2B8030

Text Example


Text Example

White with #2B8030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,128,48); }

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

background-color css

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

 a { background-color: rgb(43,128,48); }

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

border-color css

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

 span { border-color: rgb(43,128,48); }

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