Html Css Color HEX #2B7F38 Japanese Laurel

📋 copy color: '#2B7F38'

red 43 ◦ green 127 ◦ blue 56

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

Shades of Japanese Laurel #2B7F38

Tints of Japanese Laurel #2B7F38

RGB

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

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

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

R = 19.03%
G = 56.19%
B = 24.78%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.56

 K value IS 0.50

RGB Variations

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

Color information

#2B7F38 (or 0x2B7F38) is known color: Japanese Laurel. HEX triplet: 2B, 7F and 38. RGB value is (43,127,56). Sum of RGB (Red+Green+Blue) = 43+127+56=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 127 (50% from 255 or 56.19% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 127 - color contains mainly: green. Hex color #2B7F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7F38 is #D480C7. Grayscale: #5D5D5D. Windows color (decimal): -13926600 or 3702571. OLE color: 3702571.

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

Color convert

RGB 43 127 56 -
CMYK 0.66 0 0.56 0.50
HSL 129.29º 0.49% 0.33% -
HSV(B) 129.29º 0.66% 0.5% -
XYZ 9.3 15.98 6.34 -
YUV 93.79 106.67 91.77 -
System Red Green Blue C M Y K H S L
Decimal 43 127 56 0.66 0 0.56 0.50 129.29 0.49 0.33
Hex 2B 7F 38 42 0 38 32 81 31 21
Octal 53 177 70 102 0 70 62 201 61 41
Binary 101011 1111111 111000 1000010 0 111000 110010 10000001 110001 100001

Color Harmonies of #2B7F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7F38

Black with #2B7F38

Text Example


Text Example

White with #2B7F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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