Html Css Color HEX #2B752A Japanese Laurel

📋 copy color: '#2B752A'

red 43 ◦ green 117 ◦ blue 42

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

Shades of Japanese Laurel #2B752A

Tints of Japanese Laurel #2B752A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 57.92%

 BLUE value IS 42 (16.8% from 255) = 20.79%

R = 21.29%
G = 57.92%
B = 20.79%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#2B752A (or 0x2B752A) is known color: Japanese Laurel. HEX triplet: 2B, 75 and 2A. RGB value is (43,117,42). Sum of RGB (Red+Green+Blue) = 43+117+42=202 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.29% from 202); Green value is 117 (46.09% from 255 or 57.92% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 117 - color contains mainly: green. Hex color #2B752A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B752A is #D48AD5. Grayscale: #565656. Windows color (decimal): -13929174 or 2782507. OLE color: 2782507.

HSL color Cylindrical-coordinate representation of color #2B752A: hue angle of 119.2º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B752A is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 43 117 42 -
CMYK 0.63 0 0.64 0.54
HSL 119.2º 0.47% 0.31% -
HSV(B) 119.2º 0.64% 0.46% -
XYZ 7.78 13.4 4.37 -
YUV 86.32 102.98 97.1 -
System Red Green Blue C M Y K H S L
Decimal 43 117 42 0.63 0 0.64 0.54 119.2 0.47 0.31
Hex 2B 75 2A 3F 0 40 36 77 2F 1F
Octal 53 165 52 77 0 100 66 167 57 37
Binary 101011 1110101 101010 111111 0 1000000 110110 1110111 101111 11111

Color Harmonies of #2B752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B752A

Black with #2B752A

Text Example


Text Example

White with #2B752A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,117,42); }

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

background-color css

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

 a { background-color: rgb(43,117,42); }

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

border-color css

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

 span { border-color: rgb(43,117,42); }

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