Html Css Color HEX #2B8538 Japanese Laurel

📋 copy color: '#2B8538'

red 43 ◦ green 133 ◦ blue 56

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

Shades of Japanese Laurel #2B8538

Tints of Japanese Laurel #2B8538

RGB

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

 GREEN value IS 133 (52.34% from 255) = 57.33%

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

R = 18.53%
G = 57.33%
B = 24.14%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#2B8538 (or 0x2B8538) is known color: Japanese Laurel. HEX triplet: 2B, 85 and 38. RGB value is (43,133,56). Sum of RGB (Red+Green+Blue) = 43+133+56=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 133 (52.34% from 255 or 57.33% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 133 - color contains mainly: green. Hex color #2B8538 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8538 is #D47AC7. Grayscale: #616161. Windows color (decimal): -13925064 or 3704107. OLE color: 3704107.

HSL color Cylindrical-coordinate representation of color #2B8538: hue angle of 128.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B8538 is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB 43 133 56 -
CMYK 0.68 0 0.58 0.48
HSL 128.67º 0.51% 0.35% -
HSV(B) 128.67º 0.68% 0.52% -
XYZ 10.1 17.57 6.6 -
YUV 97.31 104.68 89.26 -
System Red Green Blue C M Y K H S L
Decimal 43 133 56 0.68 0 0.58 0.48 128.67 0.51 0.35
Hex 2B 85 38 44 0 3A 30 81 33 23
Octal 53 205 70 104 0 72 60 201 63 43
Binary 101011 10000101 111000 1000100 0 111010 110000 10000001 110011 100011

Color Harmonies of #2B8538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8538

Black with #2B8538

Text Example


Text Example

White with #2B8538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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