Html Css Color HEX #2B8C3F Japanese Laurel

📋 copy color: '#2B8C3F'

red 43 ◦ green 140 ◦ blue 63

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

Shades of Japanese Laurel #2B8C3F

Tints of Japanese Laurel #2B8C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.61%

R = 17.48%
G = 56.91%
B = 25.61%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.55

 K value IS 0.45

RGB Variations

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

Color information

#2B8C3F (or 0x2B8C3F) is known color: Japanese Laurel. HEX triplet: 2B, 8C and 3F. RGB value is (43,140,63). Sum of RGB (Red+Green+Blue) = 43+140+63=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 140 (55.08% from 255 or 56.91% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 140 - color contains mainly: green. Hex color #2B8C3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B8C3F is #D473C0. Grayscale: #666666. Windows color (decimal): -13923265 or 4164651. OLE color: 4164651.

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

Color convert

RGB 43 140 63 -
CMYK 0.69 0 0.55 0.45
HSL 132.37º 0.53% 0.36% -
HSV(B) 132.37º 0.69% 0.55% -
XYZ 11.27 19.63 7.9 -
YUV 102.22 105.86 85.76 -
System Red Green Blue C M Y K H S L
Decimal 43 140 63 0.69 0 0.55 0.45 132.37 0.53 0.36
Hex 2B 8C 3F 45 0 37 2D 84 35 24
Octal 53 214 77 105 0 67 55 204 65 44
Binary 101011 10001100 111111 1000101 0 110111 101101 10000100 110101 100100

Color Harmonies of #2B8C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8C3F

Black with #2B8C3F

Text Example


Text Example

White with #2B8C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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