Html Css Color HEX #2B752C Japanese Laurel

📋 copy color: '#2B752C'

red 43 ◦ green 117 ◦ blue 44

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

Shades of Japanese Laurel #2B752C

Tints of Japanese Laurel #2B752C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 21.57%

R = 21.08%
G = 57.35%
B = 21.57%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#2B752C (or 0x2B752C) is known color: Japanese Laurel. HEX triplet: 2B, 75 and 2C. RGB value is (43,117,44). Sum of RGB (Red+Green+Blue) = 43+117+44=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 117 (46.09% from 255 or 57.35% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 117 - color contains mainly: green. Hex color #2B752C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B752C is #D48AD3. Grayscale: #565656. Windows color (decimal): -13929172 or 2913579. OLE color: 2913579.

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

Color convert

RGB 43 117 44 -
CMYK 0.63 0 0.62 0.54
HSL 120.81º 0.46% 0.31% -
HSV(B) 120.81º 0.63% 0.46% -
XYZ 7.81 13.42 4.56 -
YUV 86.55 103.98 96.94 -
System Red Green Blue C M Y K H S L
Decimal 43 117 44 0.63 0 0.62 0.54 120.81 0.46 0.31
Hex 2B 75 2C 3F 0 3E 36 79 2E 1F
Octal 53 165 54 77 0 76 66 171 56 37
Binary 101011 1110101 101100 111111 0 111110 110110 1111001 101110 11111

Color Harmonies of #2B752C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B752C

Black with #2B752C

Text Example


Text Example

White with #2B752C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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