Html Css Color HEX #2C762F Japanese Laurel

📋 copy color: '#2C762F'

red 44 ◦ green 118 ◦ blue 47

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

Shades of Japanese Laurel #2C762F

Tints of Japanese Laurel #2C762F

RGB

 RED value IS 44 (17.58% from 255) = 21.05%

 GREEN value IS 118 (46.48% from 255) = 56.46%

 BLUE value IS 47 (18.75% from 255) = 22.49%

R = 21.05%
G = 56.46%
B = 22.49%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#2C762F (or 0x2C762F) is known color: Japanese Laurel. HEX triplet: 2C, 76 and 2F. RGB value is (44,118,47). Sum of RGB (Red+Green+Blue) = 44+118+47=209 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.05% from 209); Green value is 118 (46.48% from 255 or 56.46% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 118 - color contains mainly: green. Hex color #2C762F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C762F is #D389D0. Grayscale: #575757. Windows color (decimal): -13863377 or 3110444. OLE color: 3110444.

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

Color convert

RGB 44 118 47 -
CMYK 0.63 0 0.60 0.54
HSL 122.43º 0.46% 0.32% -
HSV(B) 122.43º 0.63% 0.46% -
XYZ 8.03 13.7 4.91 -
YUV 87.78 104.98 96.77 -
System Red Green Blue C M Y K H S L
Decimal 44 118 47 0.63 0 0.60 0.54 122.43 0.46 0.32
Hex 2C 76 2F 3F 0 3C 36 7A 2E 20
Octal 54 166 57 77 0 74 66 172 56 40
Binary 101100 1110110 101111 111111 0 111100 110110 1111010 101110 100000

Color Harmonies of #2C762F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C762F

Black with #2C762F

Text Example


Text Example

White with #2C762F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,118,47); }

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

background-color css

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

 a { background-color: rgb(44,118,47); }

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

border-color css

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

 span { border-color: rgb(44,118,47); }

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