Html Css Color HEX #2B7F3A Japanese Laurel

📋 copy color: '#2B7F3A'

red 43 ◦ green 127 ◦ blue 58

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

Shades of Japanese Laurel #2B7F3A

Tints of Japanese Laurel #2B7F3A

RGB

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

 GREEN value IS 127 (50% from 255) = 55.7%

 BLUE value IS 58 (23.05% from 255) = 25.44%

R = 18.86%
G = 55.7%
B = 25.44%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#2B7F3A (or 0x2B7F3A) is known color: Japanese Laurel. HEX triplet: 2B, 7F and 3A. RGB value is (43,127,58). Sum of RGB (Red+Green+Blue) = 43+127+58=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 127 (50% from 255 or 55.70% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 127 - color contains mainly: green. Hex color #2B7F3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7F3A is #D480C5. Grayscale: #5E5E5E. Windows color (decimal): -13926598 or 3833643. OLE color: 3833643.

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

Color convert

RGB 43 127 58 -
CMYK 0.66 0 0.54 0.50
HSL 130.71º 0.49% 0.33% -
HSV(B) 130.71º 0.66% 0.5% -
XYZ 9.35 16 6.6 -
YUV 94.02 107.67 91.61 -
System Red Green Blue C M Y K H S L
Decimal 43 127 58 0.66 0 0.54 0.50 130.71 0.49 0.33
Hex 2B 7F 3A 42 0 36 32 83 31 21
Octal 53 177 72 102 0 66 62 203 61 41
Binary 101011 1111111 111010 1000010 0 110110 110010 10000011 110001 100001

Color Harmonies of #2B7F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7F3A

Black with #2B7F3A

Text Example


Text Example

White with #2B7F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,127,58); }

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

background-color css

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

 a { background-color: rgb(43,127,58); }

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

border-color css

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

 span { border-color: rgb(43,127,58); }

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