Html Css Color HEX #2B783B Japanese Laurel

📋 copy color: '#2B783B'

red 43 ◦ green 120 ◦ blue 59

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

Shades of Japanese Laurel #2B783B

Tints of Japanese Laurel #2B783B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 54.05%

 BLUE value IS 59 (23.44% from 255) = 26.58%

R = 19.37%
G = 54.05%
B = 26.58%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#2B783B (or 0x2B783B) is known color: Japanese Laurel. HEX triplet: 2B, 78 and 3B. RGB value is (43,120,59). Sum of RGB (Red+Green+Blue) = 43+120+59=222 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.37% from 222); Green value is 120 (47.27% from 255 or 54.05% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 120 - color contains mainly: green. Hex color #2B783B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B783B is #D487C4. Grayscale: #5A5A5A. Windows color (decimal): -13928389 or 3897387. OLE color: 3897387.

HSL color Cylindrical-coordinate representation of color #2B783B: hue angle of 132.47º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B783B is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 43 120 59 -
CMYK 0.64 0 0.51 0.53
HSL 132.47º 0.47% 0.32% -
HSV(B) 132.47º 0.64% 0.47% -
XYZ 8.5 14.26 6.44 -
YUV 90.02 110.49 94.46 -
System Red Green Blue C M Y K H S L
Decimal 43 120 59 0.64 0 0.51 0.53 132.47 0.47 0.32
Hex 2B 78 3B 40 0 33 35 84 2F 20
Octal 53 170 73 100 0 63 65 204 57 40
Binary 101011 1111000 111011 1000000 0 110011 110101 10000100 101111 100000

Color Harmonies of #2B783B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B783B

Black with #2B783B

Text Example


Text Example

White with #2B783B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,120,59); }

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

background-color css

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

 a { background-color: rgb(43,120,59); }

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

border-color css

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

 span { border-color: rgb(43,120,59); }

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