Html Css Color HEX #2B8C3E Japanese Laurel

📋 copy color: '#2B8C3E'

red 43 ◦ green 140 ◦ blue 62

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

Shades of Japanese Laurel #2B8C3E

Tints of Japanese Laurel #2B8C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.31%

R = 17.55%
G = 57.14%
B = 25.31%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#2B8C3E (or 0x2B8C3E) is known color: Japanese Laurel. HEX triplet: 2B, 8C and 3E. RGB value is (43,140,62). Sum of RGB (Red+Green+Blue) = 43+140+62=245 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.55% from 245); Green value is 140 (55.08% from 255 or 57.14% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 140 - color contains mainly: green. Hex color #2B8C3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8C3E is #D473C1. Grayscale: #666666. Windows color (decimal): -13923266 or 4099115. OLE color: 4099115.

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

Color convert

RGB 43 140 62 -
CMYK 0.69 0 0.56 0.45
HSL 131.75º 0.53% 0.36% -
HSV(B) 131.75º 0.69% 0.55% -
XYZ 11.24 19.62 7.75 -
YUV 102.11 105.36 85.84 -
System Red Green Blue C M Y K H S L
Decimal 43 140 62 0.69 0 0.56 0.45 131.75 0.53 0.36
Hex 2B 8C 3E 45 0 38 2D 84 35 24
Octal 53 214 76 105 0 70 55 204 65 44
Binary 101011 10001100 111110 1000101 0 111000 101101 10000100 110101 100100

Color Harmonies of #2B8C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8C3E

Black with #2B8C3E

Text Example


Text Example

White with #2B8C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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