Html Css Color HEX #2B8C38 Japanese Laurel

📋 copy color: '#2B8C38'

red 43 ◦ green 140 ◦ blue 56

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

Shades of Japanese Laurel #2B8C38

Tints of Japanese Laurel #2B8C38

RGB

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

 GREEN value IS 140 (55.08% from 255) = 58.58%

 BLUE value IS 56 (22.27% from 255) = 23.43%

R = 17.99%
G = 58.58%
B = 23.43%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.6

 K value IS 0.45

RGB Variations

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

Color information

#2B8C38 (or 0x2B8C38) is known color: Japanese Laurel. HEX triplet: 2B, 8C and 38. RGB value is (43,140,56). Sum of RGB (Red+Green+Blue) = 43+140+56=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 140 (55.08% from 255 or 58.58% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 140 - color contains mainly: green. Hex color #2B8C38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8C38 is #D473C7. Grayscale: #656565. Windows color (decimal): -13923272 or 3705899. OLE color: 3705899.

HSL color Cylindrical-coordinate representation of color #2B8C38: hue angle of 128.04º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8C38 is Cyan = 0.69, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.45.

Color convert

RGB 43 140 56 -
CMYK 0.69 0 0.6 0.45
HSL 128.04º 0.53% 0.36% -
HSV(B) 128.04º 0.69% 0.55% -
XYZ 11.09 19.56 6.93 -
YUV 101.42 102.36 86.33 -
System Red Green Blue C M Y K H S L
Decimal 43 140 56 0.69 0 0.6 0.45 128.04 0.53 0.36
Hex 2B 8C 38 45 0 3C 2D 80 35 24
Octal 53 214 70 105 0 74 55 200 65 44
Binary 101011 10001100 111000 1000101 0 111100 101101 10000000 110101 100100

Color Harmonies of #2B8C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8C38

Black with #2B8C38

Text Example


Text Example

White with #2B8C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,140,56); }

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

background-color css

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

 a { background-color: rgb(43,140,56); }

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

border-color css

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

 span { border-color: rgb(43,140,56); }

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